re-enable first time experience for the first-time experience tests

This commit is contained in:
Bryan Thornbury 2016-06-14 02:41:47 -07:00
parent f75ee876d8
commit 277b2e7a0d

View file

@ -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");