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
# Not a dry run in order to populate the artifact cache.
78
-
$Output= Run-VcpkgAndCaptureOutput ci @commonArgs--x-builtin-ports-root="$PSScriptRoot/../e2e-ports/ci"--binarysource="clear;files,$ArchiveRoot"--output-hashes="$TestingRoot/parent-hashes.json"
73
+
Refresh-TestRoot
74
+
$Output= Run-VcpkgAndCaptureOutput ci --dry-run @commonArgs--x-builtin-ports-root="$PSScriptRoot/../e2e-ports/ci"--binarysource=clear --output-hashes="$TestingRoot/parent-hashes.json"
79
75
Throw-IfFailed
80
-
if (-not ($Output.Contains("base-port:${Triplet}: SUCCEEDED:"))) {
$Output= Run-VcpkgAndCaptureOutput ci @commonArgs--x-builtin-ports-root="$PSScriptRoot/../e2e-ports/ci"--binarysource="clear;files,$ArchiveRoot"--parent-hashes="$TestingRoot/parent-hashes.json"
0 commit comments