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