diff --git a/test.ps1 b/test.ps1 index ebee0a7f03..82c3021d20 100644 --- a/test.ps1 +++ b/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 }