You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$Output= Run-VcpkgAndCaptureOutput ci @commonArgs--x-builtin-ports-root="$PSScriptRoot/../e2e-ports/ci"--binarysource="clear;files,$ArchiveRoot"--parent-hashes="$TestingRoot/parent-hashes.json"
89
86
Throw-IfFailed
90
87
if ($Output.Contains("base-port:${Triplet}: SUCCEEDED:")) {
91
88
throw'base-port must not be rebuilt again'
92
89
}
93
-
if ($Output.Contains("feature-fails:${Triplet}: SUCCEEDED:")) {
0 commit comments