Skip to content

Commit

Permalink
run integration tests as 64-bit by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarolf committed Nov 17, 2021
1 parent 9109b93 commit baaf703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ function TestUsingRunTests() {
$args += " --collectdumps";
}

if ($test64) {
if ($test64 -or $testVsi) {
$args += " --platform x64"
}
else {
Expand Down

0 comments on commit baaf703

Please sign in to comment.