File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ phases:
171
171
net use s: \\gitfileshare.file.core.windows.net\test-cache "$GITFILESHAREPWD" /user:AZURE\gitfileshare /persistent:no
172
172
cmd /c mklink /d "$(Build.SourcesDirectory)\test-cache" S:\
173
173
}
174
- displayName: 'mount test-cache'
174
+ displayName: 'Mount test-cache'
175
175
env:
176
176
GITFILESHAREPWD: $(gitfileshare.pwd)
177
177
- powershell : |
@@ -231,15 +231,15 @@ phases:
231
231
}
232
232
"@
233
233
c
234
- displayName: 'build & test '
234
+ displayName: 'Build & Test '
235
235
env:
236
236
HOME: $(Build.SourcesDirectory)
237
237
MSYSTEM: MINGW64
238
238
- powershell : |
239
239
if ("$GITFILESHAREPWD" -ne "" -and "$GITFILESHAREPWD" -ne "`$`(gitfileshare.pwd)") {
240
240
cmd /c rmdir "$(Build.SourcesDirectory)\test-cache"
241
241
}
242
- displayName: 'unmount test-cache'
242
+ displayName: 'Unmount test-cache'
243
243
condition: true
244
244
env:
245
245
GITFILESHAREPWD: $(gitfileshare.pwd)
You can’t perform that action at this time.
0 commit comments