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