1 write to OutputFile
Microsoft.DotNet.Build.Tasks.Installers (1)
src\CreateWixCommandPackageDropBase.cs (1)
74
OutputFile
= Path.Combine(OutputFolder, $"{Path.GetFileName(InstallerFile)}{_packageExtension}");
1 reference to OutputFile
Microsoft.DotNet.Build.Tasks.Installers (1)
src\CreateWixCommandPackageDropBase.cs (1)
75
AbsolutePath outputFilePath = TaskEnvironment.GetAbsolutePath(
OutputFile
);