Skip to content

Commit

Permalink
Fix accidentally duplicated global-build-step.yml in runtime-official…
Browse files Browse the repository at this point in the history
….yml (#111302)

Regressed with #111136

I noticed because a second "Build product" step got injected that was building Debug in runtime-official
  • Loading branch information
akoeplinger authored Jan 11, 2025
1 parent b35e96b commit 61feac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ extends:
parameters:
buildArgs: -s clr.corelib+clr.nativecorelib+clr.nativeaotlibs+clr.tools+clr.packages+mono+libs+host+packs -c $(_BuildConfig) /p:DotNetBuildAllRuntimePacks=true
displayName: Build managed CoreCLR components, Mono, all libraries, hosts, and packs
- template: /eng/pipelines/common/templates/global-build-step.yml

# Upload the results.
- template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
Expand Down

0 comments on commit 61feac1

Please sign in to comment.