Browse Source

Update_NPM_Packages

pull/12012/head
Volosoft Agent 4 years ago
parent
commit
728351f0a4
  1. 5
      nupkg/unit_test.ps1

5
nupkg/unit_test.ps1

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