Skip to content

Commit 9508afa

Browse files
authored
Skip publishing checksums in 3.1.3 (#19442)
1 parent c61ecab commit 9508afa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/Publishing.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@
4949
<!-- Do not push .nupkg files from Linux and macOS builds. They'll be packed up separately and signed on Windows. -->
5050
<ItemsToPushToBlobFeed Remove="@(ItemsToPushToBlobFeed)" Condition="'$(OS)' != 'Windows_NT'" />
5151

52+
<!-- Skip publishing checksums for now - the checksums for the .zip files don't match (https://github.com/dotnet/aspnetcore/issues/18792)
5253
<ItemsToPushToBlobFeed Include="@(_ChecksumsToPublish)">
5354
<PublishFlatContainer>true</PublishFlatContainer>
5455
<RelativeBlobPath>$(_UploadPathRoot)/Runtime/$(_PackageVersion)/%(Filename)%(Extension)</RelativeBlobPath>
5556
</ItemsToPushToBlobFeed>
57+
-->
5658

5759
<ItemsToPushToBlobFeed Include="@(_InstallersToPublish)">
5860
<IsShipping>true</IsShipping>

0 commit comments

Comments
 (0)