Browse Source

Merge branch 'rel-5.2' into skoc10-patch-1

pull/12010/head
Engincan VESKE 4 years ago
committed by GitHub
parent
commit
80520d6673
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      nupkg/unit_test.ps1

5
nupkg/unit_test.ps1

@ -5,5 +5,6 @@ foreach($solution in $solutions) {
$solutionFolder = Join-Path $rootFolder $solution
Set-Location $solutionFolder
dotnet test --no-build
}
}
Loading…
Cancel
Save