[Ubuntu] Add VCPKG_ROOT variable (#6196)

This commit is contained in:
Erik Bershel
2022-09-12 19:17:10 +02:00
committed by GitHub
parent d2c84c9d4c
commit ce11b31f3b
2 changed files with 13 additions and 8 deletions

View File

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