fix build errors after rebase
This commit is contained in:
parent
000734d1ef
commit
ecd034b95c
1 changed files with 2 additions and 3 deletions
|
@ -648,10 +648,9 @@ namespace Microsoft.DotNet.Migration.Tests
|
|||
var projectDirectory = TestAssets.Get(projectName)
|
||||
.CreateInstance()
|
||||
.WithSourceFiles()
|
||||
.Root
|
||||
.FullName;
|
||||
.Root;
|
||||
|
||||
MigrateProject(projectDirectory);
|
||||
MigrateProject(projectDirectory.FullName);
|
||||
Restore(projectDirectory, projectName);
|
||||
BuildMSBuild(projectDirectory, projectName);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue