Skip to content

Commit f80f8b0

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent 9069c1b commit f80f8b0

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 commit -a -m "Icons update from Azure pipeline"
48+
git commit -a -m "Icons update from Azure pipeline" | Write-Host
4949
50-
git push -f origin pipeline/icons'
50+
git push -f origin pipeline/icons | Write-Host'
5151

5252
- task: PublishPipelineArtifact@0
5353
name: "PublishResourceGenerator"

0 commit comments

Comments
 (0)