Browse Source

unit test added trx

pull/12071/head
selman koc 4 years ago
committed by GitHub
parent
commit
d5dc276f59
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