Browse Source

Merge pull request #12005 from abpframework/skoc10-patch-1

unit-test
pull/12006/head
albert 4 years ago
committed by GitHub
parent
commit
9e295f94cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      nupkg/unit_test.ps1

7
nupkg/unit_test.ps1

@ -0,0 +1,7 @@
. ".\common.ps1"
# Unit test for all solutions
foreach($solution in $solutions) {
$solutionFolder = Join-Path $rootFolder $solution
Set-Location $solutionFolder
dotnet test --no-build
Loading…
Cancel
Save