Update_NPM_Packages

pull/12012/head
Volosoft Agent 4 years ago
parent 9e295f94cd
commit 728351f0a4

@ -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