File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 ${{ if eq(parameters.agentOs, 'macOS') }} :
2727 vmImage : macOS-11
2828 ${{ if eq(parameters.agentOs, 'Linux') }} :
29- vmImage : ubuntu-18 .04
29+ vmImage : ubuntu-20 .04
3030 ${{ if eq(parameters.agentOs, 'Windows') }} :
3131 vmImage : windows-2019
3232 steps :
Original file line number Diff line number Diff line change @@ -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[websockets] msgpack"
53+ - bash : " ./submodules/vcpkg/vcpkg install cpprestsdk[websockets] msgpack --vcpkg-root ./submodules/vcpkg "
5454 condition : ne(variables.CACHE_RESTORED, 'true')
5555 displayName : vcpkg install dependencies
5656
@@ -109,7 +109,7 @@ stages:
109109 - bash : " ./submodules/vcpkg/bootstrap-vcpkg.sh"
110110 condition : ne(variables.CACHE_RESTORED, 'true')
111111 displayName : Bootstrap vcpkg
112- - bash : " ./submodules/vcpkg/vcpkg install msgpack"
112+ - bash : " ./submodules/vcpkg/vcpkg install msgpack --vcpkg-root ./submodules/vcpkg "
113113 condition : ne(variables.CACHE_RESTORED, 'true')
114114 displayName : vcpkg install dependencies
115115
You can’t perform that action at this time.
0 commit comments