Skip to content

Commit

Permalink
Fix setting of environmental variables in build_release.sh
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 601316979
  • Loading branch information
AustinWise authored and copybara-github committed Jan 25, 2024
1 parent c32838a commit 48c80e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csharp/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48c80e4

Please sign in to comment.