15 references to Build
Microsoft.Build.Engine.OM.UnitTests (1)
Instance\ProjectInstance_Tests.cs (1)
347
instance.
Build
(new string[] { null }, null);
Microsoft.Build.Engine.UnitTests (14)
BackEnd\IntrinsicTask_Tests.cs (11)
1282
p.
Build
(new string[] { "t2" }, new ILogger[] { logger });
1313
p.
Build
(new string[] { "t" }, new ILogger[] { logger });
2300
p.
Build
(new string[] { "t" }, new ILogger[] { logger });
2334
p.
Build
(new string[] { "t" }, new ILogger[] { logger });
2371
p.
Build
(new string[] { "t" }, new ILogger[] { logger });
2408
p.
Build
(new string[] { "t" }, new ILogger[] { logger });
2445
p.
Build
(new string[] { "t" }, new ILogger[] { logger });
2483
p.
Build
(new string[] { "t" }, new ILogger[] { logger });
2514
p.
Build
(new string[] { "t" }, new ILogger[] { logger });
3201
p.
Build
(new string[] { "t", "t2" }, new ILogger[] { logger });
3247
p.
Build
(new string[] { "t", "t2" }, new ILogger[] { logger });
Construction\SolutionFilter_Tests.cs (1)
146
instances[0].
Build
(targets: null, new List<ILogger> { logger }).ShouldBeTrue();
Construction\SolutionProjectGenerator_Tests.cs (2)
82
instances[0].
Build
(targets: null, new List<ILogger> { logger }).ShouldBeTrue();
2618
projectInstance.
Build
(targetsToBuild, new List<ILogger> { mockLogger })