Revert "Revert VCPKG_ROOT variable (#6449)"

This reverts commit 88d253f383.
This commit is contained in:
Erik Bershel
2022-10-24 12:23:14 +02:00
committed by Mikhail Koliada
parent 88d253f383
commit 5e91f0a07d
7 changed files with 37 additions and 18 deletions

View File

@@ -17,5 +17,6 @@ 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"