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 f0823a8 commit 309f76dCopy full SHA for 309f76d
azure-pipelines-1.yml
@@ -42,11 +42,9 @@ steps:
42
43
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
44
45
- git checkout -f pipeline/icons | Write-Host
46
-
47
- git commit -a -m "Icons update from Azure pipeline" | Write-Host
+ git commit -a -m "Icons update from Azure pipeline"
48
49
- git push -f origin pipeline/icons | Write-Host'
+ git push -f origin pipeline/icons'
50
51
- task: PublishPipelineArtifact@0
52
name: "PublishResourceGenerator"
0 commit comments