@@ -37,7 +37,7 @@ stages:
3737 - powershell : " & ./submodules/vcpkg/bootstrap-vcpkg.bat"
3838 condition : ne(variables.CACHE_RESTORED, 'true')
3939 displayName : Bootstrap vcpkg
40- - powershell : " & ./submodules/vcpkg/vcpkg.exe install cpprestsdk:x64-windows msgpack:x64-windows --vcpkg-root ./submodules/vcpkg"
40+ - powershell : " & ./submodules/vcpkg/vcpkg.exe install cpprestsdk[websockets] :x64-windows msgpack:x64-windows --vcpkg-root ./submodules/vcpkg"
4141 condition : ne(variables.CACHE_RESTORED, 'true')
4242 displayName : vcpkg install dependencies
4343
@@ -50,7 +50,7 @@ stages:
5050 - bash : " ./submodules/vcpkg/bootstrap-vcpkg.sh --allowAppleClang"
5151 condition : ne(variables.CACHE_RESTORED, 'true')
5252 displayName : Bootstrap vcpkg
53- - bash : " ./submodules/vcpkg/vcpkg install cpprestsdk msgpack"
53+ - bash : " ./submodules/vcpkg/vcpkg install cpprestsdk[websockets] msgpack"
5454 condition : ne(variables.CACHE_RESTORED, 'true')
5555 displayName : vcpkg install dependencies
5656
@@ -63,7 +63,7 @@ stages:
6363 - bash : " ./submodules/vcpkg/bootstrap-vcpkg.sh"
6464 condition : ne(variables.CACHE_RESTORED, 'true')
6565 displayName : Bootstrap vcpkg
66- - bash : " ./submodules/vcpkg/vcpkg install cpprestsdk boost-system boost-chrono boost-thread msgpack --vcpkg-root ./submodules/vcpkg"
66+ - bash : " ./submodules/vcpkg/vcpkg install cpprestsdk[websockets] boost-system boost-chrono boost-thread msgpack --vcpkg-root ./submodules/vcpkg"
6767 condition : ne(variables.CACHE_RESTORED, 'true')
6868 displayName : vcpkg install dependencies
6969 - bash : " sudo apt-get update && sudo apt install valgrind"
0 commit comments