From 728351f0a478d671fb1031ac568863c15a5a2ac5 Mon Sep 17 00:00:00 2001 From: Volosoft Agent <43883821+voloagent@users.noreply.github.com> Date: Fri, 18 Mar 2022 12:55:15 +0300 Subject: [PATCH] Update_NPM_Packages --- nupkg/unit_test.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nupkg/unit_test.ps1 b/nupkg/unit_test.ps1 index d72ed032cf..b98d15a342 100644 --- a/nupkg/unit_test.ps1 +++ b/nupkg/unit_test.ps1 @@ -4,4 +4,7 @@ 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 + + +} \ No newline at end of file