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