Fix setting of environmental variables in build_release.sh

PiperOrigin-RevId: 601316979
pull/15583/head
Austin Wise 2024-01-24 20:14:20 -08:00 committed by Copybara-Service
parent c32838ac30
commit 48c80e46bb
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
cd $(dirname $(readlink $BASH_SOURCE))
# Disable some unwanted dotnet options
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
set DOTNET_CLI_TELEMETRY_OPTOUT=true
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
export DOTNET_CLI_TELEMETRY_OPTOUT=true
# Builds Google.Protobuf NuGet packages
dotnet restore -s /lib/csharp/ src/Google.Protobuf/Google.Protobuf.csproj