added -f parameter for test and release build

pull/4957/head
Erol Arkat 5 years ago
parent e001950324
commit 91c96ad7ca

@ -1,4 +1,4 @@
. ".\common.ps1"
. ".\common.ps1" -f
# Build all solutions

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

@ -1,4 +1,4 @@
. ".\common.ps1"
. ".\common.ps1" -f
# Test all solutions

Loading…
Cancel
Save