Skip to content

Commit 1893244

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent fc8a95f commit 1893244

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

azure-pipelines-1.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ steps:
2222
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
2323
2424
Write-Host "Before checkout"
25-
26-
& { git checkout -b pipeline/icons } 2>&1 1>$null
25+
26+
& {
27+
$ErrorActionPreference=SilentlyContinue;
28+
git checkout -b pipeline/icons
29+
} 2>&1 1>$null
2730
2831
Write-Host "LEC $LASTEXITCODE"'
2932
failOnStderr: true

0 commit comments

Comments
 (0)