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

View File

@@ -429,10 +429,6 @@ function Build-PackageManagementEnvironmentTable {
@{
"Name" = "VCPKG_INSTALLATION_ROOT"
"Value" = $env:VCPKG_INSTALLATION_ROOT
},
@{
"Name" = "VCPKG_ROOT"
"Value" = $env:VCPKG_ROOT
}
) | ForEach-Object {
[PSCustomObject] @{