Skip to content

Commit

Permalink
unit test added trx
Browse files Browse the repository at this point in the history
  • Loading branch information
skoc10 authored Mar 24, 2022
1 parent 9271799 commit d5dc276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nupkg/unit_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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


}
}

0 comments on commit d5dc276

Please sign in to comment.