Disable nuke telemetry on Linux

This commit is contained in:
Alex Barney 2022-04-06 22:46:53 -07:00
parent 56de186cd2
commit 96b3fd670b

View file

@ -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
###########################################################################