Skip to content

Commit

Permalink
[CI] Increase timeout for the signing artifacts (#22025)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto authored Jan 23, 2025
1 parent c8f1ff7 commit a759bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dotnet/Workloads/SignList.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@
<Skip Include="Build\System.Text.Json.dll" />
<Skip Include="Build\System.Threading.Tasks.Dataflow.dll" />
<Skip Include="Build\System.Threading.Tasks.Extensions.dll" />
<!-- They are now signed by their origin build https://github.com/xamarin/XamarinVS/pull/14522 -->
<Skip Include="imobiledevice-*\*.dll" />
<Skip Include="imobiledevice-*\*.exe" />
</ItemGroup>

<ItemGroup>
<ThirdParty Include="BouncyCastle.Crypto.dll" />
<ThirdParty Include="imobiledevice-*\*.dll" />
<ThirdParty Include="imobiledevice-*\*.exe" />
<!-- Build.zip -->
<ThirdParty Include="Mono.Cecil*.dll" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ stages:
# Check - "xamarin-macios (Prepare Release Sign NuGets)"
- template: sign-artifacts/jobs/v2.yml@yaml-templates
parameters:
timeoutInMinutes: 120
use1ESTemplate: true
uploadBinlogs: true
uploadPrefix: ${{ parameters.uploadPrefix }}
Expand Down

0 comments on commit a759bb7

Please sign in to comment.