re-enable first time experience for the first-time experience tests
This commit is contained in:
parent
f75ee876d8
commit
277b2e7a0d
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ namespace Microsoft.DotNet.Tests
|
|||
var command = new DotnetCommand()
|
||||
.WithWorkingDirectory(testDirectory.Path);
|
||||
command.Environment["NUGET_PACKAGES"] = testNugetCache;
|
||||
command.Environment["DOTNET_SKIP_FIRST_TIME_EXPERIENCE"] = "";
|
||||
|
||||
_firstDotnetUseCommandResult = command.ExecuteWithCapturedOutput("new");
|
||||
|
||||
|
|
Loading…
Reference in a new issue