Skip to content

Commit f5dda2c

Browse files
dalexsotoCopilotrolfbjarne
authored
[dotnet] Add net10.0 msbuild tool DLLs to SignList.xml (#25006)
The dotnet/dotnet dependency update (#24989) introduced new DLLs in the tools/msbuild/net10.0/ directory of the SDK NuGet packages. These DLLs were not listed in SignList.xml, causing the 'Sign Package Contents' task to fail in the xamarin-macios-ci pipeline (build 13640795). Add 18 DLLs as Skip entries since they come pre-signed from the dotnet/dotnet unified build. --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
1 parent 3c92fea commit f5dda2c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

dotnet/Workloads/SignList.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,29 @@
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+
<!-- net10.0 msbuild tools content -->
39+
<Skip Include="AssemblyStripper.dll" />
40+
<Skip Include="BouncyCastle.Cryptography.dll" />
41+
<Skip Include="ILLink.Tasks.dll" />
42+
<Skip Include="Microsoft.Win32.SystemEvents.dll" />
43+
<Skip Include="MonoTargetsTasks.dll" />
44+
<Skip Include="MQTTnet.dll" />
45+
<Skip Include="System.CodeDom.dll" />
46+
<Skip Include="System.ComponentModel.Composition.dll" />
47+
<Skip Include="System.Configuration.ConfigurationManager.dll" />
48+
<Skip Include="System.Diagnostics.EventLog.dll" />
49+
<Skip Include="System.Diagnostics.EventLog.Messages.dll" />
50+
<Skip Include="System.Drawing.Common.dll" />
51+
<Skip Include="System.Reactive.dll" />
52+
<Skip Include="System.Resources.Extensions.dll" />
53+
<Skip Include="System.Security.Cryptography.Pkcs.dll" />
54+
<Skip Include="System.Security.Cryptography.ProtectedData.dll" />
55+
<Skip Include="System.Security.Cryptography.Xml.dll" />
3856
</ItemGroup>
3957

4058
<ItemGroup>
4159
<ThirdParty Include="BouncyCastle.Crypto.dll" />
60+
<ThirdParty Include="Renci.SshNet.dll" />
4261
<!-- Build.zip -->
4362
<ThirdParty Include="Mono.Cecil*.dll" />
4463

0 commit comments

Comments
 (0)