@ -1,4 +1,4 @@
. ".\common.ps1"
. ".\common.ps1" -f
# Build all solutions
@ -4,6 +4,8 @@ $full = $args[0]
Write-Host $solutionPaths
foreach ($solutionPath in $solutionPaths) {
$solutionAbsPath = (Join-Path $rootFolder $solutionPath)
Set-Location $solutionAbsPath
# Test all solutions