Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 14ccaad

Browse files
authored
Disable publish to dotnet/versions in 3.1 (#28171)
1 parent df2fa28 commit 14ccaad

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

eng/pipelines/internal.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@ stages:
5050
# product build job), and publishes them to the build assets
5151
# registry. Its dependencies should be updated to include all of the
5252
# official builds if we add more platform/arch combinations.
53-
- template: /eng/finalize-publish.yml
54-
parameters:
55-
dependsOn:
56-
- build_Linux_arm_release
57-
- build_Linux_arm64_release
58-
- build_Linux_musl_x64_release
59-
- build_Linux_musl_arm64_release
60-
- build_Linux_rhel6_x64_release
61-
- build_Linux_x64_release
62-
- build_OSX_x64_release
63-
- build_Windows_NT_x64_release
64-
- build_Windows_NT_x86_release
65-
- build_Windows_NT_arm_release
66-
- build_Windows_NT_arm64_release
53+
# - template: /eng/finalize-publish.yml
54+
# parameters:
55+
# dependsOn:
56+
# - build_Linux_arm_release
57+
# - build_Linux_arm64_release
58+
# - build_Linux_musl_x64_release
59+
# - build_Linux_musl_arm64_release
60+
# - build_Linux_rhel6_x64_release
61+
# - build_Linux_x64_release
62+
# - build_OSX_x64_release
63+
# - build_Windows_NT_x64_release
64+
# - build_Windows_NT_x86_release
65+
# - build_Windows_NT_arm_release
66+
# - build_Windows_NT_arm64_release
6767

6868
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
6969
- template: /eng/common/templates/post-build/post-build.yml

0 commit comments

Comments
 (0)