Skip to content

Commit 7b82cc1

Browse files
committed
int - Turn off telemetry + logo in initializeoffli...
...ne --- Type: int Breaking: False Doc Required: False Backport Required: False Part: 1/1
1 parent f558c17 commit 7b82cc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vnd/initializeoffline.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ checkerror() {
1212
fi
1313
}
1414

15+
# Turn off telemetry and logo
16+
export DOTNET_CLI_TELEMETRY_OPTOUT=1
17+
export DOTNET_NOLOGO=1
18+
1519
# Restore packages
1620
echo "- Restoring packages..."
1721
echo " - HOME=$ROOTDIR/nuget dotnet restore $ROOTDIR/BassBoom.sln"

0 commit comments

Comments
 (0)