From 048d295c6c4270e16d49c9d6a68e70e412881c4a Mon Sep 17 00:00:00 2001 From: Franco Fung Date: Fri, 23 Feb 2024 14:10:19 -0800 Subject: [PATCH] Disable pack for projects --- .../Microsoft.IdentityModel.Benchmarks.csproj | 1 + .../Microsoft.IdentityModel.AotCompatibility.TestApp.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/benchmark/Microsoft.IdentityModel.Benchmarks/Microsoft.IdentityModel.Benchmarks.csproj b/benchmark/Microsoft.IdentityModel.Benchmarks/Microsoft.IdentityModel.Benchmarks.csproj index 42d0a98236..5279cc3f14 100644 --- a/benchmark/Microsoft.IdentityModel.Benchmarks/Microsoft.IdentityModel.Benchmarks.csproj +++ b/benchmark/Microsoft.IdentityModel.Benchmarks/Microsoft.IdentityModel.Benchmarks.csproj @@ -9,6 +9,7 @@ True $(MSBuildThisFileDirectory)..\..\build\35MSSharedLib1024.snk False + false diff --git a/test/Microsoft.IdentityModel.AotCompatibility.TestApp/Microsoft.IdentityModel.AotCompatibility.TestApp.csproj b/test/Microsoft.IdentityModel.AotCompatibility.TestApp/Microsoft.IdentityModel.AotCompatibility.TestApp.csproj index 6683368f79..6253cc58c4 100644 --- a/test/Microsoft.IdentityModel.AotCompatibility.TestApp/Microsoft.IdentityModel.AotCompatibility.TestApp.csproj +++ b/test/Microsoft.IdentityModel.AotCompatibility.TestApp/Microsoft.IdentityModel.AotCompatibility.TestApp.csproj @@ -6,6 +6,7 @@ true full false + false