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

Powershell doesn't like "/" for paths?

This commit is contained in:
Rene Rivera
2020-02-11 10:34:32 -06:00
parent 07df3bbe2a
commit cac09cdadf

View File

@@ -646,7 +646,7 @@ stages:
7z x boost_${env:BOOST_VERSION_U}.zip
cd boost_${env:BOOST_VERSION_U}
echo "using" "msvc" ";" > ${env:HOME}/user-config.jam
${env:BUILD_SOURCESDIRECTORY}/src/engine/b2.exe "--boost-build=${env:BUILD_SOURCESDIRECTORY}/src" --debug-configuration --build-type=complete --layout=versioned -n -d1 toolset=msvc install
"${env:BUILD_SOURCESDIRECTORY}\src\engine\b2.exe" "--boost-build=${env:BUILD_SOURCESDIRECTORY}/src" --debug-configuration --build-type=complete --layout=versioned -n -d1 toolset=msvc install
displayName: Test
- stage: WebsiteUpdate