From 8ce0bca2d6f2d7c534e0e08869efee67bd6f4bd5 Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Fri, 12 Oct 2018 09:51:17 +0300 Subject: [PATCH] Added abp_io and templates for build --- build-all.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-all.ps1 b/build-all.ps1 index 89d2cf20b3..c37ba5c54a 100644 --- a/build-all.ps1 +++ b/build-all.ps1 @@ -16,7 +16,10 @@ $solutionPaths = ( "modules/docs", "modules/blogging", "modules/audit-logging", - "modules/background-jobs" + "modules/background-jobs", + "abp_io", + "templates/module", + "templates/mvc" ) # Build all solutions