Skip to content

Commit d1aaab5

Browse files
github-actions[bot]hoyosjssafern
authored
[release/5.0] Include CrossOs diagnostic assets for signing (#41660)
* Include CrossOs diagnostic assets for signing * Update eng/Signing.props Co-authored-by: Santiago Fernandez Madero <safern@microsoft.com> * Only glob the symbol package for CrossOS diagnostics Co-authored-by: Juan Sebastian Hoyos Ayala <juhoyosa@microsoft.com> Co-authored-by: Juan Hoyos <juan.hoyos@microsoft.com> Co-authored-by: Santiago Fernandez Madero <safern@microsoft.com>
1 parent a3b63fb commit d1aaab5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eng/Signing.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@
111111
<DownloadedSymbolPackages Include="$(DownloadDirectory)**\*.symbols.nupkg" />
112112
<ItemsToSign Include="$(DownloadDirectory)**\*.nupkg" Exclude="@(DownloadedSymbolPackages)" />
113113

114+
<!-- The cross OS diagnostics symbol packages need to be signed as they are the only packages
115+
that have a specific version of assets that are only meant to be indexed in symbol servers.
116+
Since only *symbols.nupkg get indexed, and installer doesn't produce these, we need to glob them for signing. -->
117+
<ItemsToSign Include="$(DownloadDirectory)**\*CrossOsDiag*.symbols.nupkg" />
118+
114119
<ItemsToSign Include="$(DownloadDirectory)**\*.deb" />
115120
<ItemsToSign Include="$(DownloadDirectory)**\*.rpm" />
116121
</ItemGroup>

0 commit comments

Comments
 (0)