We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824a91c commit 4c9f5fcCopy full SHA for 4c9f5fc
azure-pipelines-1.yml
@@ -7,4 +7,16 @@ pool:
7
steps:
8
- task: PowerShell@2
9
inputs:
10
- filePath: 'Scripts\\UpdateWiki.ps1'
+ 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