Fix test failures in local build due to environment variable filter

This commit is contained in:
Nick Guerrera 2017-06-29 13:44:31 -07:00
parent 68175e54d8
commit 59bbc5783f
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ namespace Microsoft.DotNet.Cli.Build
private IEnumerable<string> _environmentVariablesToKeep = new string []
{
"DOTNET_CLI_TELEMETRY_SESSIONID",
"DOTNET_MULTILEVEL_LOOKUP",
"DOTNET_RUNTIME_ID",
"DOTNET_SKIP_FIRST_TIME_EXPERIENCE",
"NUGET_PACKAGES"