From 91faa7291472744b76111c21aeedf613b2bc48f0 Mon Sep 17 00:00:00 2001 From: selmankoc Date: Fri, 31 Mar 2023 23:32:02 +0300 Subject: [PATCH] Update unit_test.ps1 --- nupkg/unit_test.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/nupkg/unit_test.ps1 b/nupkg/unit_test.ps1 index 07cdfe3655..f081dd1e2f 100644 --- a/nupkg/unit_test.ps1 +++ b/nupkg/unit_test.ps1 @@ -5,6 +5,4 @@ foreach($solution in $solutions) { $solutionFolder = Join-Path $rootFolder $solution Set-Location $solutionFolder dotnet test --no-build --logger trx - - }