We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c5fbc commit 4f9a559Copy full SHA for 4f9a559
vnd/vendor.sh
@@ -4,6 +4,10 @@ build() {
4
# Check for dependencies
5
dotnetpath=`which dotnet`
6
checkerror $? "dotnet is not found"
7
+
8
+ # Turn off telemetry and logo
9
+ export DOTNET_CLI_TELEMETRY_OPTOUT=1
10
+ export DOTNET_NOLOGO=1
11
12
# Determine the release configuration
13
releaseconf=$1
0 commit comments