-
-
Notifications
You must be signed in to change notification settings - Fork 746
Open
Labels
Description
- Version: 4.0
- Target: 10.0
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>