Skip to content

Commit 4f9a559

Browse files
committed
int - Turn off telemetry and logo again
--- Type: int Breaking: False Doc Required: False Backport Required: False Part: 1/1
1 parent b2c5fbc commit 4f9a559

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vnd/vendor.sh

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ build() {
44
# Check for dependencies
55
dotnetpath=`which dotnet`
66
checkerror $? "dotnet is not found"
7+
8+
# Turn off telemetry and logo
9+
export DOTNET_CLI_TELEMETRY_OPTOUT=1
10+
export DOTNET_NOLOGO=1
711

812
# Determine the release configuration
913
releaseconf=$1

0 commit comments

Comments
 (0)