From 1af76880e14551df14caa291e2fdf6606553263a Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Wed, 15 Jan 2020 23:35:46 +1100 Subject: [PATCH] Update test.ps1 --- test.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }