From 1b3384a8ffa328779e0b8d0df56343aeb09bccf7 Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Fri, 12 Oct 2018 10:43:30 +0300 Subject: [PATCH] Add missing comma --- nupkg/common.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nupkg/common.ps1 b/nupkg/common.ps1 index 1bec2e24c1d..3f73f150356 100644 --- a/nupkg/common.ps1 +++ b/nupkg/common.ps1 @@ -131,7 +131,7 @@ $projects = ( "modules/identityserver/src/Volo.Abp.IdentityServer.Domain.Shared", "modules/identityserver/src/Volo.Abp.IdentityServer.Domain", "modules/identityserver/src/Volo.Abp.IdentityServer.EntityFrameworkCore", - "modules/identityserver/src/Volo.Abp.IdentityServer.MongoDB" + "modules/identityserver/src/Volo.Abp.IdentityServer.MongoDB", # modules/account "modules/account/src/Volo.Abp.Account.Web",