remove unused env var

* DOTNET_SKIP_FIRST_TIME_EXPERIENCE
This commit is contained in:
Bruno Garcia 2021-09-12 16:24:08 -04:00
parent 43912ea2d1
commit c57d3051d8
No known key found for this signature in database
GPG key ID: A9160996B4555FF7
11 changed files with 0 additions and 17 deletions

View file

@ -143,7 +143,6 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
RemoveCliGeneratedEnvironmentVariablesFrom(psi);
psi.Environment["DOTNET_MULTILEVEL_LOOKUP"] = "0";
psi.Environment["DOTNET_SKIP_FIRST_TIME_EXPERIENCE"] = "1";
// Set DOTNET_ROOT to ensure sub process find the same host fxr
string dotnetDirectoryPath = Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest);