Fixing a merge with a new test that I added. No more restore3, hooray.
This commit is contained in:
parent
83350434bc
commit
29bd1e12e6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue