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