Browse Source

Fix common.ps1

pull/49/head
gdlcf88 6 years ago
parent
commit
eef4275978
  1. 36
      nupkg/common.ps1

36
nupkg/common.ps1

@ -25,25 +25,25 @@ $projects = (
"modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.MongoDB",
"modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Web",
"modules/EasyAbp.EShop.Payment/src/EasyAbp.EShop.Payments.Application",
"modules/EasyAbp.EShop.Payment/src/EasyAbp.EShop.Payments.Application.Contracts",
"modules/EasyAbp.EShop.Payment/src/EasyAbp.EShop.Payments.Domain",
"modules/EasyAbp.EShop.Payment/src/EasyAbp.EShop.Payments.Domain.Shared",
"modules/EasyAbp.EShop.Payment/src/EasyAbp.EShop.Payments.EntityFrameworkCore",
"modules/EasyAbp.EShop.Payment/src/EasyAbp.EShop.Payments.HttpApi",
"modules/EasyAbp.EShop.Payment/src/EasyAbp.EShop.Payments.HttpApi.Client",
"modules/EasyAbp.EShop.Payment/src/EasyAbp.EShop.Payments.MongoDB",
"modules/EasyAbp.EShop.Payment/src/EasyAbp.EShop.Payments.Web",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Application",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Application.Contracts",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Domain",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Domain.Shared",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.EntityFrameworkCore",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi.Client",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.MongoDB",
"modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Web",
"modules/EasyAbp.EShop.Payment.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.Application",
"modules/EasyAbp.EShop.Payment.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.Application.Contracts",
"modules/EasyAbp.EShop.Payment.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.Domain",
"modules/EasyAbp.EShop.Payment.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.Domain.Shared",
"modules/EasyAbp.EShop.Payment.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.EntityFrameworkCore",
"modules/EasyAbp.EShop.Payment.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.HttpApi",
"modules/EasyAbp.EShop.Payment.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.HttpApi.Client",
"modules/EasyAbp.EShop.Payment.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.MongoDB",
"modules/EasyAbp.EShop.Payment.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.Web",
"modules/EasyAbp.EShop.Payments.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.Application",
"modules/EasyAbp.EShop.Payments.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.Application.Contracts",
"modules/EasyAbp.EShop.Payments.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.Domain",
"modules/EasyAbp.EShop.Payments.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.Domain.Shared",
"modules/EasyAbp.EShop.Payments.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.EntityFrameworkCore",
"modules/EasyAbp.EShop.Payments.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.HttpApi",
"modules/EasyAbp.EShop.Payments.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.HttpApi.Client",
"modules/EasyAbp.EShop.Payments.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.MongoDB",
"modules/EasyAbp.EShop.Payments.WeChatPay/src/EasyAbp.EShop.Payments.WeChatPay.Web",
"modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Application",
"modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Application.Contracts",

Loading…
Cancel
Save