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)
1282p.Build(new string[] { "t2" }, new ILogger[] { logger }); 1313p.Build(new string[] { "t" }, new ILogger[] { logger }); 2300p.Build(new string[] { "t" }, new ILogger[] { logger }); 2334p.Build(new string[] { "t" }, new ILogger[] { logger }); 2371p.Build(new string[] { "t" }, new ILogger[] { logger }); 2408p.Build(new string[] { "t" }, new ILogger[] { logger }); 2445p.Build(new string[] { "t" }, new ILogger[] { logger }); 2483p.Build(new string[] { "t" }, new ILogger[] { logger }); 2514p.Build(new string[] { "t" }, new ILogger[] { logger }); 3201p.Build(new string[] { "t", "t2" }, new ILogger[] { logger }); 3247p.Build(new string[] { "t", "t2" }, new ILogger[] { logger });
Construction\SolutionFilter_Tests.cs (1)
146instances[0].Build(targets: null, new List<ILogger> { logger }).ShouldBeTrue();
Construction\SolutionProjectGenerator_Tests.cs (2)
82instances[0].Build(targets: null, new List<ILogger> { logger }).ShouldBeTrue(); 2618projectInstance.Build(targetsToBuild, new List<ILogger> { mockLogger })