From e508bb8e052233df01bd0ec8d78b4cd002a385b5 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 12 Dec 2018 12:14:46 +0100 Subject: [PATCH] fixup! Add a build definition for Azure DevOps Let's start the display names in upper case. Signed-off-by: Johannes Schindelin --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 16be920902..e682c4123d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -171,7 +171,7 @@ phases: net use s: \\gitfileshare.file.core.windows.net\test-cache "$GITFILESHAREPWD" /user:AZURE\gitfileshare /persistent:no cmd /c mklink /d "$(Build.SourcesDirectory)\test-cache" S:\ } - displayName: 'mount test-cache' + displayName: 'Mount test-cache' env: GITFILESHAREPWD: $(gitfileshare.pwd) - powershell: | @@ -231,7 +231,7 @@ phases: } "@ c - displayName: 'build & test' + displayName: 'Build & Test' env: HOME: $(Build.SourcesDirectory) MSYSTEM: MINGW64 @@ -239,7 +239,7 @@ phases: if ("$GITFILESHAREPWD" -ne "" -and "$GITFILESHAREPWD" -ne "`$`(gitfileshare.pwd)") { cmd /c rmdir "$(Build.SourcesDirectory)\test-cache" } - displayName: 'unmount test-cache' + displayName: 'Unmount test-cache' condition: true env: GITFILESHAREPWD: $(gitfileshare.pwd)