From 553b7c184d7ef69c99b456afe6eefc73d5f37cca Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Mon, 5 Sep 2022 15:43:08 +0300 Subject: [PATCH] added abp-studio to common.ps1 --- nupkg/common.ps1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nupkg/common.ps1 b/nupkg/common.ps1 index 2050ef35c5..bb434880de 100644 --- a/nupkg/common.ps1 +++ b/nupkg/common.ps1 @@ -69,6 +69,7 @@ function Read-File { # List of solutions $solutions = ( "framework", + "../abp-studio", "modules/account", "modules/audit-logging", "modules/background-jobs", @@ -225,6 +226,13 @@ $projects = ( "framework/src/Volo.Abp.Kafka", "framework/src/Volo.Abp.Swashbuckle", + # studio + "../abp-studio/src/Volo.Abp.Studio.Domain.Shared", + "../abp-studio/src/Volo.Abp.Studio.Domain.CommonServices", + "../abp-studio/src/Volo.Abp.Studio.ModuleInstaller.Abstractions", + "../abp-studio/src/Volo.Abp.Studio.ModuleInstaller", + "../abp-studio/src/Volo.Abp.Studio.Analyzing.Abstractions", + # modules/account "modules/account/src/Volo.Abp.Account.Application.Contracts", "modules/account/src/Volo.Abp.Account.Application",