Skip publishing checksums in 3.1.3 (#19442)
This commit is contained in:
parent
c61ecabc6d
commit
9508afa509
|
|
@ -49,10 +49,12 @@
|
||||||
<!-- Do not push .nupkg files from Linux and macOS builds. They'll be packed up separately and signed on Windows. -->
|
<!-- Do not push .nupkg files from Linux and macOS builds. They'll be packed up separately and signed on Windows. -->
|
||||||
<ItemsToPushToBlobFeed Remove="@(ItemsToPushToBlobFeed)" Condition="'$(OS)' != 'Windows_NT'" />
|
<ItemsToPushToBlobFeed Remove="@(ItemsToPushToBlobFeed)" Condition="'$(OS)' != 'Windows_NT'" />
|
||||||
|
|
||||||
|
<!-- Skip publishing checksums for now - the checksums for the .zip files don't match (https://github.com/dotnet/aspnetcore/issues/18792)
|
||||||
<ItemsToPushToBlobFeed Include="@(_ChecksumsToPublish)">
|
<ItemsToPushToBlobFeed Include="@(_ChecksumsToPublish)">
|
||||||
<PublishFlatContainer>true</PublishFlatContainer>
|
<PublishFlatContainer>true</PublishFlatContainer>
|
||||||
<RelativeBlobPath>$(_UploadPathRoot)/Runtime/$(_PackageVersion)/%(Filename)%(Extension)</RelativeBlobPath>
|
<RelativeBlobPath>$(_UploadPathRoot)/Runtime/$(_PackageVersion)/%(Filename)%(Extension)</RelativeBlobPath>
|
||||||
</ItemsToPushToBlobFeed>
|
</ItemsToPushToBlobFeed>
|
||||||
|
-->
|
||||||
|
|
||||||
<ItemsToPushToBlobFeed Include="@(_InstallersToPublish)">
|
<ItemsToPushToBlobFeed Include="@(_InstallersToPublish)">
|
||||||
<IsShipping>true</IsShipping>
|
<IsShipping>true</IsShipping>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue