Update build-all.ps1

pull/318/head
Mostafa F 7 years ago committed by GitHub
parent 14ab005c6e
commit 90b72b1340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ $solutionsPaths = (
"modules/tenant-management", "modules/tenant-management",
"modules/account", "modules/account",
"modules/docs", "modules/docs",
"modules/blog" "modules/blogging"
) )
# Build all solutions # Build all solutions
@ -24,4 +24,4 @@ foreach ($solutionsPath in $solutionsPaths) {
dotnet build dotnet build
} }
Set-Location $rootFolder Set-Location $rootFolder

Loading…
Cancel
Save