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