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