Skip to content

Commit 00166da

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent 331bd98 commit 00166da

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

azure-pipelines-1.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,13 @@ steps:
2121
2222
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
2323
24-
Write-Host "Before checkout"
25-
2624
& {
2725
$ErrorActionPreference="SilentlyContinue";
28-
26+
2927
3028
git checkout -b pipeline/icons
3129
} 2>&1 1>$null
32-
33-
Write-Host "LEC $LASTEXITCODE"'
30+
'
3431
failOnStderr: true
3532
ignoreLASTEXITCODE: true
3633
pwsh: true
@@ -57,7 +54,7 @@ steps:
5754
targetType: 'inline'
5855
script: 'git commit -a -m "Icons update from Azure pipeline"
5956
60-
git push -f -u HEAD'
57+
git push -f origin pipeline/icons'
6158

6259
- task: PublishPipelineArtifact@0
6360
name: "PublishResourceGenerator"

0 commit comments

Comments
 (0)