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