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 38acbe0 commit a303e3dCopy full SHA for a303e3d
azure-pipelines.yml
@@ -215,8 +215,6 @@ phases:
215
216
cd "$(Build.SourcesDirectory)"; c
217
218
- $env:HOME = "$(Build.SourcesDirectory)"
219
- $env:MSYSTEM = "MINGW64"
220
git-sdk-64\git-cmd --command=usr\\bin\\bash.exe -lc @"
221
. ci/lib.sh
222
@@ -229,6 +227,9 @@ phases:
229
227
"@
230
228
c
231
displayName: 'build & test'
+ env:
+ HOME: $(Build.SourcesDirectory)
232
+ MSYSTEM: MINGW64
233
- powershell: |
234
if ("$GITFILESHAREPWD" -ne "" -and "$GITFILESHAREPWD" -ne "`$`(gitfileshare.pwd)") {
235
cmd /c rmdir "$(Build.SourcesDirectory)\test-cache"
0 commit comments