From 5ad80da4f075d4137bb6fd9dca19c94507d37899 Mon Sep 17 00:00:00 2001 From: Ulrich Huber Date: Wed, 12 Jun 2019 21:29:20 -0400 Subject: [PATCH] Fix typo --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3b250bc9..d4a02737 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -103,7 +103,7 @@ stages: - script: | set PATH=%PATH%;%CD:~0,2%\msys64\usr\bin;%CD:~0,2%\msys64\mingw64\bin" %CD:~0,2%\msys64\usr\bin\bash -lc "echo $PWD" - %CD:~0,2%\msys64\usr\bin\bash -lc "cmake .."" + %CD:~0,2%\msys64\usr\bin\bash -lc "cmake .." %CD:~0,2%\msys64\usr\bin\bash -lc "make" workingDirectory: ./build env: