Skip to content

Commit e508bb8

Browse files
committed
fixup! Add a build definition for Azure DevOps
Let's start the display names in upper case. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ce26793 commit e508bb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ phases:
171171
net use s: \\gitfileshare.file.core.windows.net\test-cache "$GITFILESHAREPWD" /user:AZURE\gitfileshare /persistent:no
172172
cmd /c mklink /d "$(Build.SourcesDirectory)\test-cache" S:\
173173
}
174-
displayName: 'mount test-cache'
174+
displayName: 'Mount test-cache'
175175
env:
176176
GITFILESHAREPWD: $(gitfileshare.pwd)
177177
- powershell: |
@@ -231,15 +231,15 @@ phases:
231231
}
232232
"@
233233
c
234-
displayName: 'build & test'
234+
displayName: 'Build & Test'
235235
env:
236236
HOME: $(Build.SourcesDirectory)
237237
MSYSTEM: MINGW64
238238
- powershell: |
239239
if ("$GITFILESHAREPWD" -ne "" -and "$GITFILESHAREPWD" -ne "`$`(gitfileshare.pwd)") {
240240
cmd /c rmdir "$(Build.SourcesDirectory)\test-cache"
241241
}
242-
displayName: 'unmount test-cache'
242+
displayName: 'Unmount test-cache'
243243
condition: true
244244
env:
245245
GITFILESHAREPWD: $(gitfileshare.pwd)

0 commit comments

Comments
 (0)