Fix dotnet-test.UnitTests now that ProjectWithTests has moved outside of TestAssets/TestProjects.

This commit is contained in:
Eric Erhardt 2016-04-08 11:35:13 -05:00
parent e5e7ab1e47
commit 5684f9933d
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,6 @@ namespace Microsoft.Dotnet.Tools.Test.Tests
private static readonly string ProjectJsonPath = Path.Combine(
AppContext.BaseDirectory,
"TestAssets",
"TestProjects",
"ProjectWithTests",
"project.json");