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

Fix missing quote on AZP CI.

This commit is contained in:
Rene Rivera
2020-02-11 08:19:08 -06:00
parent f665f0501b
commit 62b45f1ea3

View File

@@ -645,7 +645,7 @@ stages:
wget -nv https://dl.bintray.com/boostorg/release/${env:BOOST_VERSION}/source/boost_${env:BOOST_VERSION_U}.zip
7z x boost_${env:BOOST_VERSION_U}.zip
cd boost_${env:BOOST_VERSION_U}
echo "using" "msvc" ;" > ${env:HOME}/user-config.jam
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
displayName: Test