pull/4882/head
Halil İbrahim Kalkan 5 years ago
commit 22608fe42f

@ -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,6 @@
. ".\common.ps1"
$full = $args[0]
. ".\common.ps1" $full
# Test all solutions

Loading…
Cancel
Save