2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Azure: can't run BAT scripts directly. [skip ci]

This commit is contained in:
Rene Rivera
2019-03-29 23:28:21 -05:00
parent 5c976f7083
commit b0150cd394

View File

@@ -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: |