Revert VCPKG_ROOT variable (#6458)

This commit is contained in:
Erik Bershel
2022-10-25 09:30:50 +02:00
committed by GitHub
parent b284ec81a5
commit a9611d8e7f
7 changed files with 18 additions and 37 deletions
@@ -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"