Skip to content

Commit

Permalink
Merge 5f54680 into 07db76d
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-VBFK committed Jan 3, 2023
2 parents 07db76d + 5f54680 commit b9cc667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ $env:DOTNET_CLI_TELEMETRY_OPTOUT = 1
$env:DOTNET_MULTILEVEL_LOOKUP = 0
$env:DOTNET_ROLL_FORWARD = "Major"
$env:NUKE_TELEMETRY_OPTOUT = 1
$env:DOTNET_CLI_UI_LANGUAGE = "en-US"

###########################################################################
# EXECUTION
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
export DOTNET_MULTILEVEL_LOOKUP=0
export DOTNET_ROLL_FORWARD="Major"
export NUKE_TELEMETRY_OPTOUT=1
export DOTNET_CLI_UI_LANGUAGE="en-US"

###########################################################################
# EXECUTION
Expand Down

0 comments on commit b9cc667

Please sign in to comment.