Skip to content

Commit

Permalink
Merge pull request #10784 from protocolbuffers/csharpFix
Browse files Browse the repository at this point in the history
C# release fixes
  • Loading branch information
deannagarcia committed Oct 18, 2022
2 parents 79564c5 + fb56068 commit 8bcba52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions csharp/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ cd $(dirname $(readlink $BASH_SOURCE))
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
set DOTNET_CLI_TELEMETRY_OPTOUT=true

# Work around https://github.com/dotnet/core/issues/5881
dotnet nuget locals all --clear

# Builds Google.Protobuf NuGet packages
dotnet restore src/Google.Protobuf.sln
dotnet pack -c Release src/Google.Protobuf.sln -p:ContinuousIntegrationBuild=true
dotnet pack --no-restore -c Release src/Google.Protobuf.sln -p:ContinuousIntegrationBuild=true
1 change: 1 addition & 0 deletions csharp/src/Google.Protobuf/Google.Protobuf.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- If you update this, update the .csproj in the Docker file as well -->

<PropertyGroup>
<Description>C# runtime library for Protocol Buffers - Google's data interchange format.</Description>
Expand Down

0 comments on commit 8bcba52

Please sign in to comment.