Skip to content

Commit d6f813e

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent aea7c75 commit d6f813e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines-1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ steps:
1010

1111
- task: PowerShell@2
1212
displayName: "Git Setup"
13+
continueOnError: true
1314
env:
1415
UserName: $(GitHubUser)
1516
Password: $(GitHubPat)
@@ -26,7 +27,7 @@ steps:
2627
2728
Write-Host "Before checkout"
2829
29-
$foo = git checkout -b pipeline/icons 2>$null
30+
git checkout -b pipeline/icons 2>$null
3031
3132
Write-Host "LEC $LASTEXITCODE"'
3233

0 commit comments

Comments
 (0)