Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .localization-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"locales": [ "ja-jp", "de-de", "fr-fr", "es-es", "it-it", "zh-cn", "zh-tw", "ko-kr","ru-ru", "pt-br" ],
"files": [
"**/*.md"
],
"includeDependencies": true,
"autoPush": true
}
17 changes: 17 additions & 0 deletions .openpublishing.build.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
param(
[string]$buildCorePowershellUrl = "https://opbuildstoragesandbox2.blob.core.windows.net/opps1container/.openpublishing.buildcore.ps1",
[string]$parameters
)
# Main
$errorActionPreference = 'Stop'

# Step-1 Download buildcore script to local
echo "download build core script to local with source url: $buildCorePowershellUrl"
$repositoryRoot = Split-Path -Parent $MyInvocation.MyCommand.Definition
$buildCorePowershellDestination = "$repositoryRoot\.openpublishing.buildcore.ps1"
Invoke-WebRequest $buildCorePowershellUrl -OutFile "$buildCorePowershellDestination"

# Step-2: Run build core
echo "run build core script with parameters: $parameters"
& "$buildCorePowershellDestination" "$parameters"
exit $LASTEXITCODE
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ In the future, it may be expanded to include a greater set of PowerShell documen

We will be actively merging contributions into this repository via pull request.
Please note that before contributing, you must [sign a Contribution License Agreement](https://cla.microsoft.com/) to ensure that the community is free to use your contributions.
For more information on contributing, read our [contributions guide](CONTRIBUTING.md).
For more information on contributing, read our [contributions guide](CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion dsc/archiveResource.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DSC Archive Resource
# DSC Archive Resource Test1

> Applies To: Windows PowerShell 4.0, Windows PowerShell 5.0

Expand Down
12 changes: 12 additions & 0 deletions test/empty.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
author: alexchen2016
ms.author: v-junlch???
manager: digimobile
origin.date: 04/10/2017
ms.date: 08/08/2017
ms.assetid: b55923b7-d60a-460d-b77c-af5fac67f1cc
ms.devlang: java
ms.topic: article
ms.service: Azure
ms.technology: Azure
---