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