1 write to InstallerFile
Microsoft.DotNet.Build.Tasks.Installers (1)
src\CreateWixBuildWixpack.cs (1)
242
InstallerFile
= Path.Combine("%outputfolder%", Path.GetFileName(InstallerFile));
3 references to InstallerFile
Microsoft.DotNet.Build.Tasks.Installers (3)
src\CreateWixBuildWixpack.cs (3)
97
_installerFilename = Path.GetFileName(
InstallerFile
);
242
InstallerFile = Path.Combine("%outputfolder%", Path.GetFileName(
InstallerFile
));
270
commandLineArgs.Add($"-out {
InstallerFile
}");