From fe637ace1b5c215b10deb15eafddbb082957e07f Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 21 Mar 2019 19:03:59 +0000 Subject: [PATCH] Again, with extra quoting... --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e4ed2c1..2ce981c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,7 +51,7 @@ jobs: - script: | echo Deleting stupid link.exe from the path... - del c:\Program Files\Git\usr\bin\link.exe + del "C:\Program Files\Git\usr\bin\link.exe" echo Checking that we're calling the correct link.exe where link.exe echo Creating build directory...