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