From 0a521ff0ad9fbd7fba22fd506a72b4f26a099723 Mon Sep 17 00:00:00 2001 From: iamshen Date: Mon, 20 May 2024 14:13:17 +0800 Subject: [PATCH 1/2] Update build/README.md --- build/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/README.md b/build/README.md index 1158263..0134594 100644 --- a/build/README.md +++ b/build/README.md @@ -13,7 +13,11 @@ dotnet run --publisher manifest --output-path manifest.json aspirate init aspirate build +# 默认生成 kubernetes aspirate generate +# 也可以生成 docker-compose 部署 +# aspirate generate --output-format compose + aspirate apply ``` -- Gitee From a7d9bc34437f81a7fbb81a61f2bab8f09e3cca56 Mon Sep 17 00:00:00 2001 From: iamshen Date: Mon, 20 May 2024 15:05:12 +0800 Subject: [PATCH 2/2] Set PublishSingleFile is false --- .../Idsrv4.Admin.STS.Identity/Idsrv4.Admin.STS.Identity.csproj | 1 + src/IdentityServer4/src/Idsrv4.Admin.UI/Idsrv4.Admin.UI.csproj | 1 + src/IdentityServer4/src/Idsrv4.Admin/Idsrv4.Admin.csproj | 1 + .../Ordering/Presentation/Ordering.Api/Ordering.Api.csproj | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/IdentityServer4/src/Idsrv4.Admin.STS.Identity/Idsrv4.Admin.STS.Identity.csproj b/src/IdentityServer4/src/Idsrv4.Admin.STS.Identity/Idsrv4.Admin.STS.Identity.csproj index 3a85bf0..61b8c27 100644 --- a/src/IdentityServer4/src/Idsrv4.Admin.STS.Identity/Idsrv4.Admin.STS.Identity.csproj +++ b/src/IdentityServer4/src/Idsrv4.Admin.STS.Identity/Idsrv4.Admin.STS.Identity.csproj @@ -2,6 +2,7 @@ net8.0 9c91d295-54c5-4d09-9bd6-fa56fb74011b + false diff --git a/src/IdentityServer4/src/Idsrv4.Admin.UI/Idsrv4.Admin.UI.csproj b/src/IdentityServer4/src/Idsrv4.Admin.UI/Idsrv4.Admin.UI.csproj index 657a31b..ed1e7e8 100644 --- a/src/IdentityServer4/src/Idsrv4.Admin.UI/Idsrv4.Admin.UI.csproj +++ b/src/IdentityServer4/src/Idsrv4.Admin.UI/Idsrv4.Admin.UI.csproj @@ -4,6 +4,7 @@ The package with UI for the administration of the IdentityServer4 true / + false diff --git a/src/IdentityServer4/src/Idsrv4.Admin/Idsrv4.Admin.csproj b/src/IdentityServer4/src/Idsrv4.Admin/Idsrv4.Admin.csproj index 52a6623..e1efb45 100644 --- a/src/IdentityServer4/src/Idsrv4.Admin/Idsrv4.Admin.csproj +++ b/src/IdentityServer4/src/Idsrv4.Admin/Idsrv4.Admin.csproj @@ -3,6 +3,7 @@ net8.0 8fe260ca-ef4c-4fa3-9364-029146f8d339 NU1803;NU1507;1701;1702;1591;8002;CS1573;NU1604; + false diff --git a/src/Services/Ordering/Presentation/Ordering.Api/Ordering.Api.csproj b/src/Services/Ordering/Presentation/Ordering.Api/Ordering.Api.csproj index 0e6ba68..a0edf6c 100644 --- a/src/Services/Ordering/Presentation/Ordering.Api/Ordering.Api.csproj +++ b/src/Services/Ordering/Presentation/Ordering.Api/Ordering.Api.csproj @@ -2,7 +2,8 @@ db0f9eb4-ee32-47d3-8d93-f59a66d79da5 - + false + -- Gitee