1 write to OutputFile
Microsoft.DotNet.Build.Tasks.Installers (1)
src\CreateWixCommandPackageDropBase.cs (1)
67OutputFile = Path.Combine(OutputFolder, $"{Path.GetFileName(InstallerFile)}{_packageExtension}");
3 references to OutputFile
Microsoft.DotNet.Build.Tasks.Installers (3)
src\CreateWixCommandPackageDropBase.cs (3)
68if(File.Exists(OutputFile)) 70File.Delete(OutputFile); 76ZipFile.CreateFromDirectory(packageDropOutputFolder, OutputFile);