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