1 write to BuildEngine
Microsoft.DotNet.Build.Tasks.Workloads (1)
Msi\MsiBase.wix.cs (1)
123BuildEngine = buildEngine;
7 references to BuildEngine
Microsoft.DotNet.Build.Tasks.Workloads (7)
Msi\MsiBase.wix.cs (2)
168CompilerToolTask candle = new(BuildEngine, WixToolsetPath, CompilerOutputPath, Platform); 213LinkerToolTask light = new(BuildEngine, WixToolsetPath)
Msi\WorkloadManifestMsi.wix.cs (2)
53HarvesterToolTask heat = new(BuildEngine, WixToolsetPath) 86HarvesterToolTask jsonHeat = new(BuildEngine, WixToolsetPath)
Msi\WorkloadPackGroupMsi.wix.cs (1)
60HarvesterToolTask heat = new(BuildEngine, WixToolsetPath)
Msi\WorkloadPackMsi.wix.cs (1)
35HarvesterToolTask heat = new(BuildEngine, WixToolsetPath)
Msi\WorkloadSetMsi.wix.cs (1)
35HarvesterToolTask heat = new(BuildEngine, WixToolsetPath)