We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f18e0a commit b600ed8Copy full SHA for b600ed8
azure-pipelines-1.yml
@@ -18,13 +18,13 @@ steps:
18
targetType: 'inline'
19
script: 'git config --global user.email "[email protected]/"
20
21
- git config --global user.name "Azure Pipeline" 2>$null
+ git config --global user.name "Azure Pipeline"
22
23
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
24
25
Write-Host "Before checkout"
26
27
- $output = git checkout -b pipeline/icons
+ $output = git checkout -b pipeline/icons 2>&1 1>$null
28
29
Write-Host "LEC $LASTEXITCODE"'
30
failOnStderr: true
0 commit comments