maliming
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
build/test-all.ps1
|
|
|
@ -7,7 +7,7 @@ $full = $args[0] |
|
|
|
foreach ($solutionPath in $solutionPaths) { |
|
|
|
$solutionAbsPath = (Join-Path $rootFolder $solutionPath) |
|
|
|
Set-Location $solutionAbsPath |
|
|
|
dotnet test --no-build --no-restore --collect:"XPlat Code Coverage" |
|
|
|
dotnet test --no-build --no-restore --collect:"XPlat Code Coverage" -v diag |
|
|
|
if (-Not $?) { |
|
|
|
Write-Host ("Test failed for the solution: " + $solutionPath) |
|
|
|
Set-Location $rootFolder |
|
|
|
|