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

@@ -154,12 +154,8 @@ Describe "Vcpkg" {
$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
}
}