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)
|
var projectDirectory = TestAssets.Get(projectName)
|
||||||
.CreateInstance()
|
.CreateInstance()
|
||||||
.WithSourceFiles()
|
.WithSourceFiles()
|
||||||
.Root
|
.Root;
|
||||||
.FullName;
|
|
||||||
|
|
||||||
MigrateProject(projectDirectory);
|
MigrateProject(projectDirectory.FullName);
|
||||||
Restore(projectDirectory, projectName);
|
Restore(projectDirectory, projectName);
|
||||||
BuildMSBuild(projectDirectory, projectName);
|
BuildMSBuild(projectDirectory, projectName);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue