From 3c45b767f413ef917df55c9ac4b045b951edc192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Mon, 24 Jun 2019 14:24:42 +0300 Subject: [PATCH] Add AbpIoLocalization to build. --- build-all.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-all.ps1 b/build-all.ps1 index 6a98c18e18..746e2ecc6f 100644 --- a/build-all.ps1 +++ b/build-all.ps1 @@ -21,7 +21,8 @@ $solutionPaths = ( "modules/client-simulation", "templates/mvc-module", "templates/mvc", - "samples/MicroserviceDemo" + "samples/MicroserviceDemo", + "abp_io/AbpIoLocalization" ) # Build all solutions