5 references to new
Microsoft.Build.EndToEnd.Tests (5)
MultithreadedExecution_Tests.cs (1)
63
return new
TestSolutionAsset
(workFolder.Path, testAsset.ProjectRelativePath);
TestAssetsFixture.cs (4)
21
internal static readonly TestSolutionAsset SingleProject =
new
("SingleProject", "SingleProject.csproj");
22
internal static readonly TestSolutionAsset ProjectWithDependencies =
new
("ProjectWithDependencies", "ConsoleApp/ConsoleApp.csproj");
23
internal static readonly TestSolutionAsset NonSdkSingleProject =
new
("NonSdkSingleProject", "NonSdkSingleProject.csproj");
24
internal static readonly TestSolutionAsset NonSdkProjectWithDependencies =
new
("NonSdkProjectWithDependencies", "ConsoleApp/ConsoleApp.csproj");