17 references to Build
Microsoft.Build.Engine.OM.UnitTests (1)
Instance\ProjectInstance_Tests.cs (1)
345instance.Build(new string[] { null }, null);
Microsoft.Build.Engine.UnitTests (16)
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 });
BackEnd\OnError_Tests.cs (1)
114p.Build(new string[] { "Build" }, new ILogger[] { l });
Construction\SolutionFilter_Tests.cs (1)
147instances[0].Build(targets: null, new List<ILogger> { logger }).ShouldBeTrue();
Construction\SolutionProjectGenerator_Tests.cs (3)
81instances[0].Build(targets: null, new List<ILogger> { logger }).ShouldBeTrue(); 111instances[0].Build(targets: null, new List<ILogger> { logger }).ShouldBeTrue(); 2863projectInstance.Build(targetsToBuild, new List<ILogger> { mockLogger })