2 references to OutputType
Microsoft.DotNet.Build.Tasks.Installers (2)
src\CreateWixBuildWixpack.cs (2)
222
if (!string.IsNullOrEmpty(
OutputType
))
224
commandLineArgs.Add($"-outputType {
OutputType
}");