From 11ec65281fa9ef8056a679fef03dc91c6cb10f8f Mon Sep 17 00:00:00 2001 From: Mostafa F Date: Mon, 5 Nov 2018 12:20:54 +0330 Subject: [PATCH] Added "templates/service" project to list --- build-all.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/build-all.ps1 b/build-all.ps1 index c37ba5c54a..935cfeb8a9 100644 --- a/build-all.ps1 +++ b/build-all.ps1 @@ -19,6 +19,7 @@ $solutionPaths = ( "modules/background-jobs", "abp_io", "templates/module", + "templates/service", "templates/mvc" )