From 90b72b13403beef9f191fa9dcfa153b2ae83d8c9 Mon Sep 17 00:00:00 2001 From: Mostafa F Date: Fri, 29 Jun 2018 15:44:00 +0430 Subject: [PATCH] Update build-all.ps1 --- build-all.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-all.ps1 b/build-all.ps1 index 780b2d07d3..4748a7b150 100644 --- a/build-all.ps1 +++ b/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 \ No newline at end of file +Set-Location $rootFolder