diff --git a/.azure/azure-pipelines-vcpkg.yml b/.azure/azure-pipelines-vcpkg.yml index e22bda43..73d37502 100644 --- a/.azure/azure-pipelines-vcpkg.yml +++ b/.azure/azure-pipelines-vcpkg.yml @@ -66,8 +66,9 @@ jobs: # manually update vcpkg cd $VCPKG_INSTALLATION_ROOT # git checkout master - git fetch origin - git checkout $(VCPKG_REVISION) + git remote -v + git fetch --unshallow --tags --prune --progress origin + git checkout --force $(VCPKG_REVISION) sed -i 's/arm64/arm/g' ports/glib/portfile.cmake ./bootstrap-vcpkg.sh wait $chocoTask