From 36da8f2af7794e62ce4c2ecb19f50d5b1541a93d Mon Sep 17 00:00:00 2001 From: Jacob Alber Date: Fri, 14 Feb 2025 17:58:17 -0500 Subject: [PATCH] ci: Enable NuGet packaging of Core.Grpc and RuntimeGateway.Grpc (#5554) --- .../Core.Grpc/Microsoft.AutoGen.Core.Grpc.csproj | 2 ++ .../Microsoft.AutoGen.RuntimeGateway.Grpc.csproj | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/dotnet/src/Microsoft.AutoGen/Core.Grpc/Microsoft.AutoGen.Core.Grpc.csproj b/dotnet/src/Microsoft.AutoGen/Core.Grpc/Microsoft.AutoGen.Core.Grpc.csproj index 6a68de1d8..00fe815c0 100644 --- a/dotnet/src/Microsoft.AutoGen/Core.Grpc/Microsoft.AutoGen.Core.Grpc.csproj +++ b/dotnet/src/Microsoft.AutoGen/Core.Grpc/Microsoft.AutoGen.Core.Grpc.csproj @@ -6,6 +6,8 @@ enable + + diff --git a/dotnet/src/Microsoft.AutoGen/RuntimeGateway.Grpc/Microsoft.AutoGen.RuntimeGateway.Grpc.csproj b/dotnet/src/Microsoft.AutoGen/RuntimeGateway.Grpc/Microsoft.AutoGen.RuntimeGateway.Grpc.csproj index f9a568e89..df6026d71 100644 --- a/dotnet/src/Microsoft.AutoGen/RuntimeGateway.Grpc/Microsoft.AutoGen.RuntimeGateway.Grpc.csproj +++ b/dotnet/src/Microsoft.AutoGen/RuntimeGateway.Grpc/Microsoft.AutoGen.RuntimeGateway.Grpc.csproj @@ -4,11 +4,15 @@ enable enable + + + + @@ -30,6 +34,7 @@ +