Skip to content

Commit e790d24

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent 55c9624 commit e790d24

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

azure-pipelines-1.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ steps:
1717
targetType: 'inline'
1818
failOnStderr: false
1919
ignoreLASTEXITCODE: true
20-
script: 'git config --global user.email "[email protected]/"
20+
script: 'git config --global user.email "[email protected]/" 2>&1 | %{ "$_" }
2121
22-
git config --global user.name "Azure Pipeline"
22+
git config --global user.name "Azure Pipeline" 2>&1 | %{ "$_" }
2323
24-
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
24+
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git 2>&1 | %{ "$_" }
2525
26-
git checkout -b pipeline/icons 2> $null
27-
'
26+
git checkout -b pipeline/icons 2>&1 | %{ "$_" }'
2827

2928
- powershell: .paket\paket.exe restore
3029

0 commit comments

Comments
 (0)