From eaa3759cf908185b4a1cfe5c471ae8105f4131a2 Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Tue, 22 Jan 2019 14:45:49 +0300 Subject: [PATCH] Update build-all.ps1 --- build-all.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-all.ps1 b/build-all.ps1 index 57a1da9e7b..5d800ebdf9 100644 --- a/build-all.ps1 +++ b/build-all.ps1 @@ -20,7 +20,8 @@ $solutionPaths = ( "abp_io", "templates/module", "templates/service", - "templates/mvc" + "templates/mvc", + "samples/MicroserviceDemo" ) # Build all solutions