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