From b0150cd39459ae9166dafafebe6bd023eb087bcc Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 29 Mar 2019 23:28:21 -0500 Subject: [PATCH] Azure: can't run BAT scripts directly. [skip ci] --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 84a6d7eea..58a3d47cb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,7 +45,7 @@ jobs: - powershell: | cd src/engine $env:path += ';' + $env:CXX_PATH - build.bat $env:TOOLSET + cmd /c build.bat $env:TOOLSET cd ../.. displayName: Build - powershell: |