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