From b5a58b4ad848e5639c814be19f448d8f2eababf9 Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Sun, 5 May 2019 21:29:49 +0300 Subject: [PATCH] Fix mvc module path. --- build-all.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-all.ps1 b/build-all.ps1 index 8393efd9fb..b95051d6ff 100644 --- a/build-all.ps1 +++ b/build-all.ps1 @@ -20,7 +20,7 @@ $solutionPaths = ( "modules/background-jobs", "modules/client-simulation", "abp_io", - "templates/module", + "templates/mvc-module", "templates/service", "templates/mvc", "samples/MicroserviceDemo"