File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 49
49
<!-- Do not push .nupkg files from Linux and macOS builds. They'll be packed up separately and signed on Windows. -->
50
50
<ItemsToPushToBlobFeed Remove =" @(ItemsToPushToBlobFeed)" Condition =" '$(OS)' != 'Windows_NT'" />
51
51
52
+ <!-- Skip publishing checksums for now - the checksums for the .zip files don't match (https://github.com/dotnet/aspnetcore/issues/18792)
52
53
<ItemsToPushToBlobFeed Include="@(_ChecksumsToPublish)">
53
54
<PublishFlatContainer>true</PublishFlatContainer>
54
55
<RelativeBlobPath>$(_UploadPathRoot)/Runtime/$(_PackageVersion)/%(Filename)%(Extension)</RelativeBlobPath>
55
56
</ItemsToPushToBlobFeed>
57
+ -->
56
58
57
59
<ItemsToPushToBlobFeed Include =" @(_InstallersToPublish)" >
58
60
<IsShipping >true</IsShipping >
You can’t perform that action at this time.
0 commit comments