3 references to InstallerFile
Microsoft.DotNet.Build.Tasks.Installers (3)
src\CreateLightCommandPackageDrop.cs (1)
33
string packageDropOutputFolder = Path.Combine(LightCommandWorkingDir, Path.GetFileName(
InstallerFile
));
src\CreateWixCommandPackageDropBase.cs (2)
68
OutputFile = Path.Combine(OutputFolder, $"{Path.GetFileName(
InstallerFile
)}{_packageExtension}");
98
commandString.Append($" -out %outputfolder%{Path.GetFileName(
InstallerFile
)}");