Browse Source

Add files via upload

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