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

@@ -153,13 +153,9 @@ Describe "Vcpkg" {
It "env variable VCPKG_INSTALLATION_ROOT is set" {
$env:VCPKG_INSTALLATION_ROOT | Should -Not -BeNullOrEmpty
}
It "env variable VCPKG_ROOT is set" {
$env:VCPKG_ROOT | Should -Not -BeNullOrEmpty
}
It "VCPKG_ROOT directory" {
$env:VCPKG_ROOT | Should -Exist
It "VCPKG_INSTALLATION_ROOT directory" {
$env:VCPKG_INSTALLATION_ROOT | Should -Exist
}
}