1 write to OutputPath
Microsoft.DotNet.Build.Tasks.Workloads (1)
Wix\CompilerToolTask.cs (1)
50
OutputPath
= outputPath;
5 references to OutputPath
Microsoft.DotNet.Build.Tasks.Workloads (5)
Msi\WorkloadManifestMsi.wix.cs (1)
157
ITaskItem msi = Link(candle.
OutputPath
, Path.Combine(outputPath, OutputName), iceSuppressions);
Msi\WorkloadPackGroupMsi.wix.cs (1)
145
ITaskItem msi = Link(candle.
OutputPath
, msiFileName, iceSuppressions);
Msi\WorkloadPackMsi.wix.cs (1)
77
ITaskItem msi = Link(candle.
OutputPath
, Path.Combine(outputPath, OutputName), iceSuppressions);
Msi\WorkloadSetMsi.wix.cs (1)
74
ITaskItem msi = Link(candle.
OutputPath
, Path.Combine(outputPath, OutputName), iceSuppressions);
Wix\CompilerToolTask.cs (1)
74
CommandLineBuilder.AppendSwitchIfNotNull("-out ",
OutputPath
);