Skip to content

Commit 61feac1

Browse files
authored
Fix accidentally duplicated global-build-step.yml in runtime-official.yml (#111302)
Regressed with #111136 I noticed because a second "Build product" step got injected that was building Debug in runtime-official
1 parent b35e96b commit 61feac1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/pipelines/runtime-official.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ extends:
8787
parameters:
8888
buildArgs: -s clr.corelib+clr.nativecorelib+clr.nativeaotlibs+clr.tools+clr.packages+mono+libs+host+packs -c $(_BuildConfig) /p:DotNetBuildAllRuntimePacks=true
8989
displayName: Build managed CoreCLR components, Mono, all libraries, hosts, and packs
90-
- template: /eng/pipelines/common/templates/global-build-step.yml
9190

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

0 commit comments

Comments
 (0)