Skip to content

Commit

Permalink
Disabling telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
arthrp committed Aug 19, 2020
1 parent d7eeb8c commit 7ff7f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

export DOTNET_CLI_TELEMETRY_OPTOUT=1

echo "Installing tool"
dotnet tool install -g dotnet-fsharplint
export PATH="$PATH:/github/home/.dotnet/tools"
Expand Down

0 comments on commit 7ff7f2b

Please sign in to comment.