Browse Source

Update unit_test.ps1

pull/16147/head
selmankoc 3 years ago
parent
commit
91faa72914
  1. 2
      nupkg/unit_test.ps1

2
nupkg/unit_test.ps1

@ -5,6 +5,4 @@ foreach($solution in $solutions) {
$solutionFolder = Join-Path $rootFolder $solution $solutionFolder = Join-Path $rootFolder $solution
Set-Location $solutionFolder Set-Location $solutionFolder
dotnet test --no-build --logger trx dotnet test --no-build --logger trx
} }

Loading…
Cancel
Save