Skip to content

Commit

Permalink
Pass isOfficialBuild to AllConfigurations (#103433)
Browse files Browse the repository at this point in the history
Backport #93078 to release/6.0
  • Loading branch information
jkoritzinsky authored Jun 13, 2024
1 parent ab21f0e commit 8395636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ stages:
jobParameters:
buildArgs: -s libs -allConfigurations -c $(_BuildConfig) /p:TestAssemblies=false /p:TestPackages=true
nameSuffix: Libraries_AllConfigurations
isOfficialBuild: ${{ variables.isOfficialBuild }}
postBuildSteps:
- template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
parameters:
Expand Down

0 comments on commit 8395636

Please sign in to comment.