Revert VCPKG_ROOT variable (#6449)

This commit is contained in:
Erik Bershel
2022-10-24 11:10:20 +02:00
committed by GitHub
parent c2112cbe40
commit 88d253f383
7 changed files with 18 additions and 37 deletions

View File

@@ -17,6 +17,5 @@ Invoke-Expression "$InstallDir\$VcpkgExecPath integrate install"
Add-MachinePathItem $InstallDir
$env:Path = Get-MachinePath
setx VCPKG_INSTALLATION_ROOT $InstallDir /M
setx VCPKG_ROOT $InstallDir /M
Invoke-PesterTests -TestFile "Tools" -TestName "Vcpkg"