diff --git a/nupkg/unit_test.ps1 b/nupkg/unit_test.ps1 index b98d15a342..6f53d6c738 100644 --- a/nupkg/unit_test.ps1 +++ b/nupkg/unit_test.ps1 @@ -5,6 +5,6 @@ foreach($solution in $solutions) { $solutionFolder = Join-Path $rootFolder $solution Set-Location $solutionFolder dotnet test --no-build - - + + } \ No newline at end of file