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()
|
var command = new DotnetCommand()
|
||||||
.WithWorkingDirectory(testDirectory.Path);
|
.WithWorkingDirectory(testDirectory.Path);
|
||||||
command.Environment["NUGET_PACKAGES"] = testNugetCache;
|
command.Environment["NUGET_PACKAGES"] = testNugetCache;
|
||||||
|
command.Environment["DOTNET_SKIP_FIRST_TIME_EXPERIENCE"] = "";
|
||||||
|
|
||||||
_firstDotnetUseCommandResult = command.ExecuteWithCapturedOutput("new");
|
_firstDotnetUseCommandResult = command.ExecuteWithCapturedOutput("new");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue