We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4468cac commit 5d25fc4Copy full SHA for 5d25fc4
azure-pipelines/end-to-end-tests-dir/build-test-ports.ps1
@@ -80,6 +80,6 @@ if ($firstMatch -lt 0) {
80
Refresh-TestRoot
81
$output = Run-VcpkgAndCaptureOutput @commonArgs --overlay-ports="$PSScriptRoot/../e2e-ports/overlays" install vcpkg-hello-world-1:x64-no-vcvars
82
Throw-IfNotFailed
83
-if ($output -notmatch 'detecting compiler information') {
+if ($output -notmatch 'Error code: 1') {
84
throw 'VCPKG_LOAD_VCVARS_ENV disables calling vcvars'
85
}
0 commit comments