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