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