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