16 references to Build
Microsoft.Build.Engine.OM.UnitTests (1)
Instance\ProjectInstance_Tests.cs (1)
346instance.Build(new string[] { null }, null);
Microsoft.Build.Engine.UnitTests (15)
BackEnd\IntrinsicTask_Tests.cs (11)
1281p.Build(new string[] { "t2" }, new ILogger[] { logger }); 1312p.Build(new string[] { "t" }, new ILogger[] { logger }); 2299p.Build(new string[] { "t" }, new ILogger[] { logger }); 2333p.Build(new string[] { "t" }, new ILogger[] { logger }); 2370p.Build(new string[] { "t" }, new ILogger[] { logger }); 2407p.Build(new string[] { "t" }, new ILogger[] { logger }); 2444p.Build(new string[] { "t" }, new ILogger[] { logger }); 2482p.Build(new string[] { "t" }, new ILogger[] { logger }); 2513p.Build(new string[] { "t" }, new ILogger[] { logger }); 3200p.Build(new string[] { "t", "t2" }, new ILogger[] { logger }); 3246p.Build(new string[] { "t", "t2" }, new ILogger[] { logger });
Construction\SolutionFilter_Tests.cs (1)
148instances[0].Build(targets: null, new List<ILogger> { logger }).ShouldBeTrue();
Construction\SolutionProjectGenerator_Tests.cs (3)
82instances[0].Build(targets: null, new List<ILogger> { logger }).ShouldBeTrue(); 112instances[0].Build(targets: null, new List<ILogger> { logger }).ShouldBeTrue(); 2708projectInstance.Build(targetsToBuild, new List<ILogger> { mockLogger })