Browse Source

Update test.ps1

pull/1061/head
James Jackson-South 6 years ago
parent
commit
932673da87
  1. 2
      test.ps1

2
test.ps1

@ -28,7 +28,7 @@ else {
Set-Location $env:XUNIT_PATH
dotnet clean -c Release
dotnet xunit -c Release -f $targetFramework $fxVersion $platform
dotnet xunit -c Release -f $targetFramework ${fxVersion} $platform
Set-Location $PSScriptRoot
}

Loading…
Cancel
Save