15 references to Build
Microsoft.Build.Engine.OM.UnitTests (1)
Instance\ProjectInstance_Tests.cs (1)
347instance.Build(new string[] { null }, null);
Microsoft.Build.Engine.UnitTests (14)
BackEnd\IntrinsicTask_Tests.cs (11)
1242p.Build(new string[] { "t2" }, new ILogger[] { logger }); 1272p.Build(new string[] { "t" }, new ILogger[] { logger }); 2248p.Build(new string[] { "t" }, new ILogger[] { logger }); 2281p.Build(new string[] { "t" }, new ILogger[] { logger }); 2317p.Build(new string[] { "t" }, new ILogger[] { logger }); 2353p.Build(new string[] { "t" }, new ILogger[] { logger }); 2389p.Build(new string[] { "t" }, new ILogger[] { logger }); 2426p.Build(new string[] { "t" }, new ILogger[] { logger }); 2456p.Build(new string[] { "t" }, new ILogger[] { logger }); 3132p.Build(new string[] { "t", "t2" }, new ILogger[] { logger }); 3177p.Build(new string[] { "t", "t2" }, new ILogger[] { logger });
Construction\SolutionFilter_Tests.cs (1)
142instances[0].Build(targets: null, new List<ILogger> { logger }).ShouldBeTrue();
Construction\SolutionProjectGenerator_Tests.cs (2)
78instances[0].Build(targets: null, new List<ILogger> { logger }).ShouldBeTrue(); 2529projectInstance.Build(targetsToBuild, new List<ILogger> { mockLogger })