remove unused env var
* DOTNET_SKIP_FIRST_TIME_EXPERIENCE
This commit is contained in:
parent
43912ea2d1
commit
c57d3051d8
11 changed files with 0 additions and 17 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue