From 7d87e09c1f79ddfff2c6f0572b5d368ebd3aba45 Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Thu, 16 Oct 2025 15:15:27 -0500 Subject: [PATCH] Disable nuget packaging for internal projects --- identity-server/hosts/Shared/Host.Shared.csproj | 1 + identity-server/hosts/UI/AspNetIdentity/UI.AspNetIdentity.csproj | 1 + .../hosts/UI/EntityFramework/UI.EntityFramework.csproj | 1 + identity-server/hosts/UI/Main/UI.Main.csproj | 1 + shared/Xunit.Playwright/Duende.Xunit.Playwright.csproj | 1 + 5 files changed, 5 insertions(+) diff --git a/identity-server/hosts/Shared/Host.Shared.csproj b/identity-server/hosts/Shared/Host.Shared.csproj index dee7a1949..724447fa3 100644 --- a/identity-server/hosts/Shared/Host.Shared.csproj +++ b/identity-server/hosts/Shared/Host.Shared.csproj @@ -5,6 +5,7 @@ enable enable Duende.IdentityServer.Hosts.Shared + false diff --git a/identity-server/hosts/UI/AspNetIdentity/UI.AspNetIdentity.csproj b/identity-server/hosts/UI/AspNetIdentity/UI.AspNetIdentity.csproj index c4badcf24..8286ca8bb 100644 --- a/identity-server/hosts/UI/AspNetIdentity/UI.AspNetIdentity.csproj +++ b/identity-server/hosts/UI/AspNetIdentity/UI.AspNetIdentity.csproj @@ -7,6 +7,7 @@ true Duende.IdentityServer.UI.AspNetIdentity true + false diff --git a/identity-server/hosts/UI/EntityFramework/UI.EntityFramework.csproj b/identity-server/hosts/UI/EntityFramework/UI.EntityFramework.csproj index 64c46b889..90af3cddc 100644 --- a/identity-server/hosts/UI/EntityFramework/UI.EntityFramework.csproj +++ b/identity-server/hosts/UI/EntityFramework/UI.EntityFramework.csproj @@ -7,6 +7,7 @@ true Duende.IdentityServer.UI.EntityFramework true + false diff --git a/identity-server/hosts/UI/Main/UI.Main.csproj b/identity-server/hosts/UI/Main/UI.Main.csproj index b396d5c26..14622405b 100644 --- a/identity-server/hosts/UI/Main/UI.Main.csproj +++ b/identity-server/hosts/UI/Main/UI.Main.csproj @@ -8,6 +8,7 @@ Duende.IdentityServer.UI true true + false diff --git a/shared/Xunit.Playwright/Duende.Xunit.Playwright.csproj b/shared/Xunit.Playwright/Duende.Xunit.Playwright.csproj index fe2a6dc09..5942a9e3a 100644 --- a/shared/Xunit.Playwright/Duende.Xunit.Playwright.csproj +++ b/shared/Xunit.Playwright/Duende.Xunit.Playwright.csproj @@ -7,6 +7,7 @@ Duende.Xunit.Playwright true false + false