Skip to content

Commit 2f18e0a

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

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

azure-pipelines-1.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,20 @@ steps:
1616
Password: $(GitHubPat)
1717
inputs:
1818
targetType: 'inline'
19-
failOnStderr: false
20-
pwsh: true
21-
ignoreLASTEXITCODE: true
22-
script: 'git config --global user.email "[email protected]/" 2>$null
19+
script: 'git config --global user.email "[email protected]/"
2320
2421
git config --global user.name "Azure Pipeline" 2>$null
2522
26-
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git 2>$null
23+
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
2724
2825
Write-Host "Before checkout"
2926
30-
git checkout -b pipeline/icons 2>$null
27+
$output = git checkout -b pipeline/icons
3128
3229
Write-Host "LEC $LASTEXITCODE"'
33-
30+
failOnStderr: true
31+
ignoreLASTEXITCODE: true
32+
pwsh: true
3433

3534

3635
- powershell: .paket\paket.exe restore

0 commit comments

Comments
 (0)