@ -5,6 +5,4 @@ foreach($solution in $solutions) {
$solutionFolder = Join-Path $rootFolder $solution
Set-Location $solutionFolder
dotnet test --no-build --logger trx
}