Merge pull request #10795 from protocolbuffers/deannagarcia-patch-14

Fix C# Builds
pull/10802/head
deannagarcia 2 years ago committed by GitHub
commit e752e5ff8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      csharp/build_release.sh

@ -7,4 +7,5 @@ set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
set DOTNET_CLI_TELEMETRY_OPTOUT=true
# Builds Google.Protobuf NuGet packages
dotnet restore -s /lib/csharp/ src/Google.Protobuf/Google.Protobuf.csproj
dotnet pack --no-restore -c Release src/Google.Protobuf.sln -p:ContinuousIntegrationBuild=true

Loading…
Cancel
Save