Skip to content

Commit fc8a95f

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines-1.yml

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

1111
- task: PowerShell@2
1212
displayName: "Git Setup"
13-
continueOnError: true
1413
env:
1514
UserName: $(GitHubUser)
1615
Password: $(GitHubPat)
@@ -24,7 +23,7 @@ steps:
2423
2524
Write-Host "Before checkout"
2625
27-
$output = git checkout -b pipeline/icons 2>&1 1>$null
26+
& { git checkout -b pipeline/icons } 2>&1 1>$null
2827
2928
Write-Host "LEC $LASTEXITCODE"'
3029
failOnStderr: true

0 commit comments

Comments
 (0)