Skip to content

Commit bbf1807

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent 562d50a commit bbf1807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ steps:
4545
4646
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
4747
48-
git branch -f pipeline/icons
48+
git branch -f pipeline/icons | Write-Host
4949
50-
git checkout -f pipeline/icons
50+
git checkout -f pipeline/icons | Write-Host
5151
5252
git commit -a -m "Icons update from Azure pipeline" | Write-Host
5353

0 commit comments

Comments
 (0)