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:
754
754
platform :
755
755
name : ' Managed'
756
756
container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-f39df28-20191023143754'
757
- buildScript : ' ./eng/build.sh'
757
+ buildScript : ' ./eng/build.sh $(_PublishArgs) '
758
758
skipPublishValidation : true
759
759
760
760
# Publish to the BAR
Original file line number Diff line number Diff line change 32
32
Condition =" '$(PublishInstallerBaseVersion)' == 'true' " />
33
33
<_InstallersToPublish Include =" $(ArtifactsDir)installers\**\*.wixlib" UploadPathSegment =" Runtime" />
34
34
<_InstallersToPublish Include =" $(ArtifactsDir)installers\**\*.zip" UploadPathSegment =" Runtime" />
35
- <_ChecksumsToPublish Include =" $(ArtifactsDir)**\*.sha512" />
35
+ <_ChecksumsToPublish Include =" $(ArtifactsDir)installers\ **\*.sha512" />
36
36
</ItemGroup >
37
37
38
38
<Target
You can’t perform that action at this time.
0 commit comments