Skip to content

Commit 2fc3982

Browse files
Update to ubuntu 20 (#87)
1 parent 6d33c53 commit 2fc3982

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.azure/default-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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:

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)