@@ -37,7 +37,7 @@ stages:
37
37
- powershell : " & ./submodules/vcpkg/bootstrap-vcpkg.bat"
38
38
condition : ne(variables.CACHE_RESTORED, 'true')
39
39
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"
41
41
condition : ne(variables.CACHE_RESTORED, 'true')
42
42
displayName : vcpkg install dependencies
43
43
@@ -50,7 +50,7 @@ stages:
50
50
- bash : " ./submodules/vcpkg/bootstrap-vcpkg.sh --allowAppleClang"
51
51
condition : ne(variables.CACHE_RESTORED, 'true')
52
52
displayName : Bootstrap vcpkg
53
- - bash : " ./submodules/vcpkg/vcpkg install cpprestsdk msgpack"
53
+ - bash : " ./submodules/vcpkg/vcpkg install cpprestsdk[websockets] msgpack"
54
54
condition : ne(variables.CACHE_RESTORED, 'true')
55
55
displayName : vcpkg install dependencies
56
56
@@ -63,7 +63,7 @@ stages:
63
63
- bash : " ./submodules/vcpkg/bootstrap-vcpkg.sh"
64
64
condition : ne(variables.CACHE_RESTORED, 'true')
65
65
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"
67
67
condition : ne(variables.CACHE_RESTORED, 'true')
68
68
displayName : vcpkg install dependencies
69
69
- bash : " sudo apt-get update && sudo apt install valgrind"
0 commit comments