4 references to WixProjectFile
Microsoft.DotNet.Build.Tasks.Installers (4)
src\CreateLightCommandPackageDrop.cs (4)
54
if (
WixProjectFile
!= null)
56
AbsolutePath destinationPath = TaskEnvironment.GetAbsolutePath(Path.Combine(packageDropDir, Path.GetFileName(
WixProjectFile
)));
57
File.Copy(TaskEnvironment.GetAbsolutePath(
WixProjectFile
), destinationPath, true);
58
commandString.Append($" -wixprojectfile {Path.GetFileName(
WixProjectFile
)}");