From f874f78c1c1d6bf78915ea6101a8a407d421963a Mon Sep 17 00:00:00 2001 From: Johannes Schonberger Date: Sat, 13 Nov 2021 08:49:17 +0100 Subject: [PATCH] Upgrade vcpkg to fix CI build issues --- .azure-pipelines/build-windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/build-windows.yaml b/.azure-pipelines/build-windows.yaml index 4ad99f02a0..ee1b1d5018 100644 --- a/.azure-pipelines/build-windows.yaml +++ b/.azure-pipelines/build-windows.yaml @@ -5,7 +5,7 @@ jobs: pool: vmImage: 'windows-2019' variables: - vcpkgGitCommitId: b430ff7ec36375cd554811eafd62c8f70304595f + vcpkgGitCommitId: 8cfe802099de05ed9abab9a63db2524dd1fe1cae steps: - task: Cache@2 displayName: 'Cache vcpkg'