Refactor 'publish' and 'build' tests to use the TestFramework
This commit is contained in:
parent
b239c548a4
commit
9695fbfeda
12 changed files with 267 additions and 180 deletions
|
@ -25,7 +25,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Tests
|
|||
root.CopyFile(Path.Combine(_testProjectsRoot, "global.json"));
|
||||
|
||||
var testLibDir = root.CreateDirectory("TestLibrary");
|
||||
var sourceTestLibDir = Path.Combine(_testProjectsRoot, "TestLibrary");
|
||||
var sourceTestLibDir = Path.Combine(_testProjectsRoot, "TestAppWithLibrary", "TestLibrary");
|
||||
|
||||
CopyProjectToTempDir(sourceTestLibDir, testLibDir);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue