Skip to content

Commit b600ed8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ steps:
1818
targetType: 'inline'
1919
script: 'git config --global user.email "[email protected]/"
2020
21-
git config --global user.name "Azure Pipeline" 2>$null
21+
git config --global user.name "Azure Pipeline"
2222
2323
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
2424
2525
Write-Host "Before checkout"
2626
27-
$output = git checkout -b pipeline/icons
27+
$output = git checkout -b pipeline/icons 2>&1 1>$null
2828
2929
Write-Host "LEC $LASTEXITCODE"'
3030
failOnStderr: true

0 commit comments

Comments
 (0)