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