File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -754,7 +754,7 @@ stages:
754754 platform :
755755 name : ' Managed'
756756 container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-f39df28-20191023143754'
757- buildScript : ' ./eng/build.sh'
757+ buildScript : ' ./eng/build.sh $(_PublishArgs) '
758758 skipPublishValidation : true
759759
760760 # Publish to the BAR
Original file line number Diff line number Diff line change 3232 Condition =" '$(PublishInstallerBaseVersion)' == 'true' " />
3333 <_InstallersToPublish Include =" $(ArtifactsDir)installers\**\*.wixlib" UploadPathSegment =" Runtime" />
3434 <_InstallersToPublish Include =" $(ArtifactsDir)installers\**\*.zip" UploadPathSegment =" Runtime" />
35- <_ChecksumsToPublish Include =" $(ArtifactsDir)**\*.sha512" />
35+ <_ChecksumsToPublish Include =" $(ArtifactsDir)installers\ **\*.sha512" />
3636 </ItemGroup >
3737
3838 <Target
You can’t perform that action at this time.
0 commit comments