Skip to content

Commit

Permalink
chore: suppress dotnet logo
Browse files Browse the repository at this point in the history
  • Loading branch information
BusHero authored Aug 21, 2023
1 parent d6aab06 commit 141b215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/Nuke.GlobalTool/templates/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ $DotNetChannel = "STS"
$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
$env:DOTNET_CLI_TELEMETRY_OPTOUT = 1
$env:DOTNET_MULTILEVEL_LOOKUP = 0
$env:DOTNET_NOLOGO = 1

###########################################################################
# EXECUTION
Expand Down
2 changes: 1 addition & 1 deletion source/Nuke.GlobalTool/templates/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DOTNET_CHANNEL="STS"
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
export DOTNET_MULTILEVEL_LOOKUP=0

export DOTNET_NOLOGO=1
###########################################################################
# EXECUTION
###########################################################################
Expand Down

0 comments on commit 141b215

Please sign in to comment.