Skip to content

Commit 4c9f5fc

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent 824a91c commit 4c9f5fc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

azure-pipelines-1.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,16 @@ pool:
77
steps:
88
- task: PowerShell@2
99
inputs:
10-
filePath: 'Scripts\\UpdateWiki.ps1'
10+
filePath: 'Scripts\\UpdateWiki.ps1'
11+
12+
- task: WikiUpdaterTask@1
13+
inputs:
14+
repo: 'https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit.wiki.git'
15+
filename: 'ControlStyleList.md'
16+
dataIsFile: true
17+
sourceFile: 'Scripts\\ControlStyleList.md'
18+
message: 'Automatic update of ControlStyleList.md from Azure pipeline'
19+
gitname: 'Azure Dev Ops'
20+
gitemail: '[email protected]'
21+
useAgentToken: true
22+
localpath: '$(System.DefaultWorkingDirectory)\\Scripts\\Wiki'

0 commit comments

Comments
 (0)