Skip to content

Commit

Permalink
Pass "is official build" variable to AllConfigurations leg in the off…
Browse files Browse the repository at this point in the history
…icial build. (#93078)
  • Loading branch information
jkoritzinsky authored and eduardo-vp committed May 10, 2024
1 parent aa0f6a9 commit 96b1946
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 @@ -562,6 +562,7 @@ extends:
jobParameters:
buildArgs: -s tools+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 96b1946

Please sign in to comment.