Skip to content

Commit

Permalink
Fix failing NET461 test cases by ensuring that tests are ran targetin…
Browse files Browse the repository at this point in the history
…g x64.
  • Loading branch information
peters committed Jun 29, 2020
1 parent baaedff commit 5c7f66e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -342,12 +342,14 @@ function Invoke-Dotnet-UnitTests
Invoke-Command-Colored $CommandDotnet @(
"build"
"/p:SnapInstallerAllowElevatedContext=" + ($CIBuild ? "True" : "False")
"/p:Platform=x64" # TODO: FIXME IF TARGETING ARM
"--configuration $Configuration"
"$Project"
)

Invoke-Command-Colored $CommandDotnet @(
"test"
"/p:Platform=x64" # TODO: FIXME IF TARGETING ARM
"$Project"
"--configuration $Configuration"
"--verbosity normal"
Expand Down

0 comments on commit 5c7f66e

Please sign in to comment.