File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7575 <!-- $(InstallersOutputPath), $(SymbolsOutputPath), and $(ChecksumExtensions) are not defined. Root Directory.Build.props is not imported. -->
7676 <ItemGroup >
7777 <!-- Prepare for _PublishInstallersAndChecksums target. -->
78- <_InstallersToPublish Include =" $(ArtifactsPackagesDir)**\*.jar" UploadPathSegment =" jar/" Condition =" '$(PublishAllBuildsAssetsInThisJob)' == 'true'" />
79- <_InstallersToPublish Include =" $(ArtifactsPackagesDir)**\*.pom" UploadPathSegment =" jar/" Condition =" '$(PublishAllBuildsAssetsInThisJob)' == 'true'" />
78+ <_InstallersToPublish Include =" $(ArtifactsPackagesDir)**\*.jar" UploadPathSegment =" jar/" ChecksumPath = " %(FullPath).sha512 " Condition =" '$(PublishAllBuildsAssetsInThisJob)' == 'true'" />
79+ <_InstallersToPublish Include =" $(ArtifactsPackagesDir)**\*.pom" UploadPathSegment =" jar/" ChecksumPath = " %(FullPath).sha512 " Condition =" '$(PublishAllBuildsAssetsInThisJob)' == 'true'" />
8080 <!-- All builds produce npm assets - only publish them once -->
81- <_InstallersToPublish Include =" $(ArtifactsPackagesDir)**\*.tgz" UploadPathSegment =" npm/" Condition =" '$(PublishAllBuildsAssetsInThisJob)' == 'true'" />
81+ <_InstallersToPublish Include =" $(ArtifactsPackagesDir)**\*.tgz" UploadPathSegment =" npm/" ChecksumPath = " %(FullPath).sha512 " Condition =" '$(PublishAllBuildsAssetsInThisJob)' == 'true'" />
8282 <_InstallersToPublish Include =" $(ArtifactsDir)installers\$(Configuration)\**\*.version" UploadPathSegment =" Runtime/" Condition =" '$(PublishInstallerBaseVersion)' == 'true'" />
8383
8484 <!-- The following installers create checksums -->
You can’t perform that action at this time.
0 commit comments