4 references to CreateTestProjects
Microsoft.NET.Build.Tests (2)
ArtifactsOutputPathTests.cs (2)
48var testAsset = _testAssetsManager.CreateTestProjects(testProjects, callingMethod: callingMethod, identifier: putArtifactsInProjectFolder.ToString()); 317var testAsset = _testAssetsManager.CreateTestProjects(new[] { testProject }, callingMethod: callingMethod);
Microsoft.NET.Pack.Tests (1)
SolutionPackTests.cs (1)
27var testAsset = _testAssetsManager.CreateTestProjects(new[] { testProject1, testProject2 });
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToTestAMultitargetedSolutionWithPublishReleaseOrPackRelease.cs (1)
68var testAsset = _testAssetsManager.CreateTestProjects(testProjects, callingMethod: callingMethod, identifier: identifier);