From dfd7a03f32290bede60e301a14bd8ad9fee4f18f Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Sun, 7 Apr 2019 00:30:00 +0300 Subject: [PATCH] Add client-simulation to build and packaging. --- build-all.ps1 | 1 + nupkg/common.ps1 | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/build-all.ps1 b/build-all.ps1 index 907f6816bf..8393efd9fb 100644 --- a/build-all.ps1 +++ b/build-all.ps1 @@ -18,6 +18,7 @@ $solutionPaths = ( "modules/blogging", "modules/audit-logging", "modules/background-jobs", + "modules/client-simulation", "abp_io", "templates/module", "templates/service", diff --git a/nupkg/common.ps1 b/nupkg/common.ps1 index 89348dc95e..3d8ac6e8b1 100644 --- a/nupkg/common.ps1 +++ b/nupkg/common.ps1 @@ -17,6 +17,7 @@ $solutions = ( "modules/background-jobs", "modules/blogging", "modules/docs", + "modules/client-simulation", "abp_io" ) @@ -194,6 +195,10 @@ $projects = ( "modules/background-jobs/src/Volo.Abp.BackgroundJobs.EntityFrameworkCore", "modules/background-jobs/src/Volo.Abp.BackgroundJobs.MongoDB", + # modules/client-simulation + "modules/client-simulation/src/Volo.ClientSimulation", + "modules/client-simulation/src/Volo.ClientSimulation.Web", + # abp_io/SolutionTemplating "abp_io/src/Volo.Utils.SolutionTemplating" ) \ No newline at end of file