Fix dotnet-test.UnitTests now that ProjectWithTests has moved outside of TestAssets/TestProjects.
This commit is contained in:
parent
e5e7ab1e47
commit
5684f9933d
2 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@ namespace Microsoft.Dotnet.Tools.Test.Tests
|
|||
private static readonly string ProjectJsonPath = Path.Combine(
|
||||
AppContext.BaseDirectory,
|
||||
"TestAssets",
|
||||
"TestProjects",
|
||||
"ProjectWithTests",
|
||||
"project.json");
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
},
|
||||
"content": [
|
||||
"../../TestAssets/TestProjects/ProjectWithTests/project.json"
|
||||
"../../TestAssets/ProjectWithTests/project.json"
|
||||
],
|
||||
"testRunner": "xunit"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue