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
Fixes#46821#46349 was part of a set of changes to support containers that don't have HOME set to anything. Unfortunately, DOTNET_CLI_HOME (which is what we use instead) may not be set to things in other environments, notably with a zip install. Since Path.Combine is used, this led to a null pointer exception.
This changes it to skip copying the nuget.config if DOTNET_CLI_HOME is not defined to avoid an error. It's fine to not error in that case since it's best effort anyway.
0 commit comments