File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tools/devops/automation/templates/release Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 35
35
<Skip Include =" Build\System.Text.Json.dll" />
36
36
<Skip Include =" Build\System.Threading.Tasks.Dataflow.dll" />
37
37
<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" />
38
41
</ItemGroup >
39
42
40
43
<ItemGroup >
41
44
<ThirdParty Include =" BouncyCastle.Crypto.dll" />
42
- <ThirdParty Include =" imobiledevice-*\*.dll" />
43
- <ThirdParty Include =" imobiledevice-*\*.exe" />
44
45
<!-- Build.zip -->
45
46
<ThirdParty Include =" Mono.Cecil*.dll" />
46
47
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ stages:
52
52
# Check - "xamarin-macios (Prepare Release Sign NuGets)"
53
53
- template : sign-artifacts/jobs/v2.yml@yaml-templates
54
54
parameters :
55
+ timeoutInMinutes : 120
55
56
use1ESTemplate : true
56
57
uploadBinlogs : true
57
58
uploadPrefix : ${{ parameters.uploadPrefix }}
You can’t perform that action at this time.
0 commit comments