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 562d50a commit bbf1807Copy full SHA for bbf1807
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 branch -f pipeline/icons
+ git branch -f pipeline/icons | Write-Host
49
50
- git checkout -f pipeline/icons
+ git checkout -f pipeline/icons | Write-Host
51
52
git commit -a -m "Icons update from Azure pipeline" | Write-Host
53
0 commit comments