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 26
26
${{ if eq(parameters.agentOs, 'macOS') }} :
27
27
vmImage : macOS-11
28
28
${{ if eq(parameters.agentOs, 'Linux') }} :
29
- vmImage : ubuntu-18 .04
29
+ vmImage : ubuntu-20 .04
30
30
${{ if eq(parameters.agentOs, 'Windows') }} :
31
31
vmImage : windows-2019
32
32
steps :
Original file line number Diff line number Diff line change @@ -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[websockets] msgpack"
53
+ - bash : " ./submodules/vcpkg/vcpkg install cpprestsdk[websockets] msgpack --vcpkg-root ./submodules/vcpkg "
54
54
condition : ne(variables.CACHE_RESTORED, 'true')
55
55
displayName : vcpkg install dependencies
56
56
@@ -109,7 +109,7 @@ stages:
109
109
- bash : " ./submodules/vcpkg/bootstrap-vcpkg.sh"
110
110
condition : ne(variables.CACHE_RESTORED, 'true')
111
111
displayName : Bootstrap vcpkg
112
- - bash : " ./submodules/vcpkg/vcpkg install msgpack"
112
+ - bash : " ./submodules/vcpkg/vcpkg install msgpack --vcpkg-root ./submodules/vcpkg "
113
113
condition : ne(variables.CACHE_RESTORED, 'true')
114
114
displayName : vcpkg install dependencies
115
115
You can’t perform that action at this time.
0 commit comments