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