Removed redundant git pull from appveyor config.

Github-Pull: #20506
Rebased-From: 2c69381f3de5091e103cb8bef299aba321503e7c
This commit is contained in:
Aaron Clauson 2020-12-03 09:23:22 +00:00 committed by MarcoFalke
parent 249d61a382
commit 85dabd1249

View File

@ -23,7 +23,6 @@ install:
cd c:\tools\vcpkg
$env:GIT_REDIRECT_STDERR = '2>&1' # git is writing non-errors to STDERR when doing git pull. Send to STDOUT instead.
git -c advice.detachedHead=false checkout $env:VCPKG_TAG
git pull origin $env:VCPKG_TAG
.\bootstrap-vcpkg.bat > $null
Add-Content "C:\tools\vcpkg\triplets\$env:PLATFORM-windows-static.cmake" "set(VCPKG_BUILD_TYPE release)"
cd "$env:APPVEYOR_BUILD_FOLDER"