mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Disable nuke telemetry on Linux
This commit is contained in:
parent
56de186cd2
commit
96b3fd670b
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -20,6 +20,9 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
|||
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
|
||||
export DOTNET_MULTILEVEL_LOOKUP=0
|
||||
|
||||
# Disable telemetry because it breaks the build on Linux since nuke 6.0.0
|
||||
export NUKE_TELEMETRY_OPTOUT=1
|
||||
|
||||
###########################################################################
|
||||
# EXECUTION
|
||||
###########################################################################
|
||||
|
|
Loading…
Reference in a new issue