You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Restoring buildtools failed with...
* NuGet.Configuration.NuGetConfigurationException: Failed to read NuGet.Config due to unauthorized access.
* This PR in CoreFx fixes the problem.
Copy file name to clipboardExpand all lines: run.sh
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
__scriptpath=$(cd "$(dirname "$0")";pwd -P)
4
4
5
+
# Disable telemetry, first time experience, and global sdk look for the CLI
6
+
export DOTNET_CLI_TELEMETRY_OPTOUT=1
7
+
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
8
+
export DOTNET_MULTILEVEL_LOOKUP=0
9
+
5
10
# Source the init-tools.sh script rather than execute in order to preserve ulimit values in child-processes. https://github.com/dotnet/corefx/issues/19152
0 commit comments