Skip to content

Commit 86653da

Browse files
authored
Remove duplicated azl cert declarations (#48146)
1 parent 581b462 commit 86653da

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2+
From: Matt Mitchell <[email protected]>
3+
Date: Tue, 1 Apr 2025 16:12:10 -0700
4+
Subject: [PATCH] Remove specific AZL sign certs
5+
6+
Replaced by arcade pattern:
7+
8+
https://github.com/dotnet/arcade/pull/15684
9+
10+
Backport PR: https://github.com/dotnet/runtime/pull/114131
11+
---
12+
eng/Signing.props | 10 ----------
13+
1 file changed, 10 deletions(-)
14+
15+
diff --git a/eng/Signing.props b/eng/Signing.props
16+
index d06028e5d5e..28344c16e94 100644
17+
--- a/eng/Signing.props
18+
+++ b/eng/Signing.props
19+
@@ -58,16 +58,6 @@
20+
<FileSignInfo Include="Mono.Cecil.Rocks.dll" CertificateName="3PartySHA2" />
21+
</ItemGroup>
22+
23+
- <!--
24+
- Ensure that we sign the AZL3 RPM with the LinuxSignMariner key.
25+
- This package name has the version in it, so we need to use a wildcard to discover the right name.
26+
- -->
27+
- <ItemGroup>
28+
- <AzureLinuxRPM Include="$(ArtifactsPackagesDir)**/*-azl.*-*.rpm" />
29+
- <AzureLinuxRPM Include="$(ArtifactsPackagesDir)**/*-azl-*.rpm" />
30+
- <FileSignInfo Include="@(AzureLinuxRPM->'%(Filename)%(Extension)')" CertificateName="LinuxSignMariner" />
31+
- </ItemGroup>
32+
-
33+
<ItemGroup Condition="'$(DotNetFinalPublish)' != 'true'">
34+
<BlobArtifact Include="$(ArtifactsPackagesDir)**\*.tar.gz;
35+
$(ArtifactsPackagesDir)**\*.zip;

0 commit comments

Comments
 (0)