4 references to WixProjectFile
Microsoft.DotNet.Build.Tasks.Installers (4)
src\CreateLightCommandPackageDrop.cs (4)
52if (WixProjectFile != null) 54var destinationPath = Path.Combine(packageDropOutputFolder, Path.GetFileName(WixProjectFile)); 55File.Copy(WixProjectFile, destinationPath, true); 56commandString.Append($" -wixprojectfile {Path.GetFileName(WixProjectFile)}");