Skip to content

Commit 309f76d

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent f0823a8 commit 309f76d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

azure-pipelines-1.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,9 @@ steps:
4242
4343
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
4444
45-
git checkout -f pipeline/icons | Write-Host
46-
47-
git commit -a -m "Icons update from Azure pipeline" | Write-Host
45+
git commit -a -m "Icons update from Azure pipeline"
4846
49-
git push -f origin pipeline/icons | Write-Host'
47+
git push -f origin pipeline/icons'
5048

5149
- task: PublishPipelineArtifact@0
5250
name: "PublishResourceGenerator"

0 commit comments

Comments
 (0)