mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Revert "Revert VCPKG_ROOT variable (#6449)"
This reverts commit 88d253f383.
This commit is contained in:
committed by
Mikhail Koliada
parent
88d253f383
commit
5e91f0a07d
@@ -153,9 +153,13 @@ 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_INSTALLATION_ROOT directory" {
|
||||
$env:VCPKG_INSTALLATION_ROOT | Should -Exist
|
||||
It "VCPKG_ROOT directory" {
|
||||
$env:VCPKG_ROOT | Should -Exist
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user