From d2e49b30a9096f6ec0c6e747d75525b510d6abd7 Mon Sep 17 00:00:00 2001 From: selman koc <64414348+skoc10@users.noreply.github.com> Date: Fri, 18 Mar 2022 12:43:10 +0300 Subject: [PATCH] Update unit_test.ps1 --- nupkg/unit_test.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + + }