File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ parameters:
22 name : ' '
33 publishPackagesCondition : always()
44 publishVSSetupCondition : false
5+ isOfficialBuild : true
56
67steps :
78- task : CopyFiles@2
2728
2829- template : /eng/pipelines/common/templates/publish-build-artifacts.yml
2930 parameters :
30- isOfficialBuild : true
31+ isOfficialBuild : ${{ parameters.isOfficialBuild }}
3132 displayName : Publish intermediate artifacts
3233 inputs :
3334 PathtoPublish : ' $(Build.StagingDirectory)/IntermediateArtifacts'
Original file line number Diff line number Diff line change @@ -417,6 +417,7 @@ jobs:
417417 - template : /eng/pipelines/common/upload-intermediate-artifacts-step.yml
418418 parameters :
419419 name : MonoRuntimePacks
420+ isOfficialBuild : false
420421
421422 # build PerfBDN app
422423 - template : /eng/pipelines/common/platform-matrix.yml
You can’t perform that action at this time.
0 commit comments