Browse Source

Update test.ps1

af/merge-core
James Jackson-South 6 years ago
parent
commit
1af76880e1
  1. 2
      test.ps1

2
test.ps1

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

Loading…
Cancel
Save