Skip to content

Commit a759bb7

Browse files
authored
[CI] Increase timeout for the signing artifacts (#22025)
Increasing timeout https://github.com/xamarin/yaml-templates/blob/main/sign-artifacts/jobs/v2.yml#L43
1 parent c8f1ff7 commit a759bb7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dotnet/Workloads/SignList.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@
3535
<Skip Include="Build\System.Text.Json.dll" />
3636
<Skip Include="Build\System.Threading.Tasks.Dataflow.dll" />
3737
<Skip Include="Build\System.Threading.Tasks.Extensions.dll" />
38+
<!-- They are now signed by their origin build https://github.com/xamarin/XamarinVS/pull/14522 -->
39+
<Skip Include="imobiledevice-*\*.dll" />
40+
<Skip Include="imobiledevice-*\*.exe" />
3841
</ItemGroup>
3942

4043
<ItemGroup>
4144
<ThirdParty Include="BouncyCastle.Crypto.dll" />
42-
<ThirdParty Include="imobiledevice-*\*.dll" />
43-
<ThirdParty Include="imobiledevice-*\*.exe" />
4445
<!-- Build.zip -->
4546
<ThirdParty Include="Mono.Cecil*.dll" />
4647

tools/devops/automation/templates/release/vs-insertion-prep.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ stages:
5252
# Check - "xamarin-macios (Prepare Release Sign NuGets)"
5353
- template: sign-artifacts/jobs/v2.yml@yaml-templates
5454
parameters:
55+
timeoutInMinutes: 120
5556
use1ESTemplate: true
5657
uploadBinlogs: true
5758
uploadPrefix: ${{ parameters.uploadPrefix }}

0 commit comments

Comments
 (0)