Use a shorter path for test working directories, get rid of Stage 0 project.json based CLI

(cherry picked from commit 4c3b13e4a8)
This commit is contained in:
Daniel Plaisted 2017-08-29 17:59:34 -07:00 committed by Nick Guerrera
parent dfe1f69f97
commit 9f3bbc40a2
8 changed files with 32 additions and 313 deletions

View file

@ -53,7 +53,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
s_testAssets = new TestAssets(
new DirectoryInfo(assetsRoot),
new FileInfo(new Muxer().MuxerPath),
new FileInfo(new RepoDirectoriesProvider().PjDotnet));
new RepoDirectoriesProvider().TestWorkingFolder);
}
return s_testAssets;