From becdfb325eae7bc84db39ee28102dbf1389ded9f Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Thu, 24 Jan 2019 15:35:50 +0300 Subject: [PATCH] Add Volo.Abp.PermissionManagement.Domain.Identity to nuget package creation --- nupkg/common.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/nupkg/common.ps1 b/nupkg/common.ps1 index e5da1ef48f..27c0f7ff02 100644 --- a/nupkg/common.ps1 +++ b/nupkg/common.ps1 @@ -135,6 +135,7 @@ $projects = ( "modules/identity/src/Volo.Abp.Identity.HttpApi", "modules/identity/src/Volo.Abp.Identity.HttpApi.Client", "modules/identity/src/Volo.Abp.Identity.Web", + "modules/identity/src/Volo.Abp.PermissionManagement.Domain.Identity", # modules/identityserver "modules/identityserver/src/Volo.Abp.IdentityServer.Domain.Shared",