General formatting and cleanup. Removed GivenThatWeWantToRunCrossgen from SdkTests as it hasn't existed in years...?
This commit is contained in:
parent
0ac3fc7f63
commit
23d9262638
7 changed files with 11 additions and 20 deletions
|
@ -51,10 +51,7 @@ namespace Microsoft.DotNet.TestFramework
|
|||
{
|
||||
var assetDirectory = new DirectoryInfo(Path.Combine(_root.FullName, kind, name));
|
||||
|
||||
return new TestAssetInfo(
|
||||
assetDirectory,
|
||||
name,
|
||||
this);
|
||||
return new TestAssetInfo(assetDirectory, name, this);
|
||||
}
|
||||
|
||||
public DirectoryInfo CreateTestDirectory(string testProjectName = "", [CallerMemberName] string callingMethod = "", string identifier = "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue