Fixing a merge with a new test that I added. No more restore3, hooray.

This commit is contained in:
Livar Cunha 2016-10-27 20:56:36 -07:00
parent 83350434bc
commit 29bd1e12e6

View file

@ -384,7 +384,7 @@ namespace Microsoft.DotNet.Migration.Tests
var projectDirectory = Path.Combine(solutionDirectory, projectName);
MigrateProject(new string[] { projectDirectory });
Restore3(projectDirectory);
Restore(projectDirectory);
BuildMSBuild(projectDirectory, projectName);
VerifyAllMSBuildOutputsRunnable(projectDirectory);