Steps to Reproduce:
If I'm signing an app for distribution this process can take longer than the hard-coded timeout to finish
In ElectronNET.LateImport.targets(525,5)
<Exec Command="$(_NpxCmd)" WorkingDirectory="$(ElectronPublishDirFullPath)" Timeout="900000" StandardOutputImportance="High" StandardErrorImportance="High" ContinueOnError="false" Condition="@(CopiedFiles->Count()) > 0">
<Output TaskParameter="ExitCode" PropertyName="ExecExitCode"/>
</Exec>
Steps to Reproduce:
If I'm signing an app for distribution this process can take longer than the hard-coded timeout to finish
In ElectronNET.LateImport.targets(525,5)