File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 $baseline = (Get-Content vcpkg.json | ConvertFrom-Json).'builtin-baseline'
5252 git -C $env:VCPKG_INSTALLATION_ROOT fetch --depth=1 origin $baseline
5353 git -C $env:VCPKG_INSTALLATION_ROOT checkout $baseline
54+ & "$env:VCPKG_INSTALLATION_ROOT/bootstrap-vcpkg.bat" -disableMetrics
5455
5556 - name : Install vcpkg dependencies
5657 if : steps.vcpkg-cache.outputs.cache-hit != 'true'
@@ -355,6 +356,7 @@ jobs:
355356 $baseline = (Get-Content vcpkg.json | ConvertFrom-Json).'builtin-baseline'
356357 git -C $env:VCPKG_INSTALLATION_ROOT fetch --depth=1 origin $baseline
357358 git -C $env:VCPKG_INSTALLATION_ROOT checkout $baseline
359+ & "$env:VCPKG_INSTALLATION_ROOT/bootstrap-vcpkg.bat" -disableMetrics
358360
359361 - name : Install vcpkg dependencies
360362 if : steps.vcpkg-cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments