Browse Source

Update unit_test.ps1

pull/12166/head
selman koc 4 years ago
committed by GitHub
parent
commit
632e408ac1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      nupkg/unit_test.ps1

4
nupkg/unit_test.ps1

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

Loading…
Cancel
Save