Skip to content

Commit af9c6e3

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent be77034 commit af9c6e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines-1.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ steps:
1818
failOnStderr: false
1919
pwsh: true
2020
ignoreLASTEXITCODE: true
21-
script: 'git config --global user.email "[email protected]/" 2>&1 | %{ "$_" }
21+
script: 'git config --global user.email "[email protected]/" 2>$null
2222
23-
git config --global user.name "Azure Pipeline" 2>&1 | %{ "$_" }
23+
git config --global user.name "Azure Pipeline" 2>$null
2424
25-
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git 2>&1 | %{ "$_" }
25+
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git 2>$null
2626
27-
git checkout -b pipeline/icons 2>&1 | %{ "$_" }'
27+
git checkout -b pipeline/icons 2>$null'
2828

2929
- powershell: .paket\paket.exe restore
3030

0 commit comments

Comments
 (0)