1 write to InstallerFile
Microsoft.DotNet.Build.Tasks.Installers (1)
src\CreateWixBuildWixpack.cs (1)
242InstallerFile = 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); 242InstallerFile = Path.Combine("%outputfolder%", Path.GetFileName(InstallerFile)); 270commandLineArgs.Add($"-out {InstallerFile}");