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

Commit

Permalink
Disable publish to dotnet/versions in 3.1 (#28171)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs authored May 12, 2021
1 parent df2fa28 commit 14ccaad
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions eng/pipelines/internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@ stages:
# product build job), and publishes them to the build assets
# registry. Its dependencies should be updated to include all of the
# official builds if we add more platform/arch combinations.
- template: /eng/finalize-publish.yml
parameters:
dependsOn:
- build_Linux_arm_release
- build_Linux_arm64_release
- build_Linux_musl_x64_release
- build_Linux_musl_arm64_release
- build_Linux_rhel6_x64_release
- build_Linux_x64_release
- build_OSX_x64_release
- build_Windows_NT_x64_release
- build_Windows_NT_x86_release
- build_Windows_NT_arm_release
- build_Windows_NT_arm64_release
# - template: /eng/finalize-publish.yml
# parameters:
# dependsOn:
# - build_Linux_arm_release
# - build_Linux_arm64_release
# - build_Linux_musl_x64_release
# - build_Linux_musl_arm64_release
# - build_Linux_rhel6_x64_release
# - build_Linux_x64_release
# - build_OSX_x64_release
# - build_Windows_NT_x64_release
# - build_Windows_NT_x86_release
# - build_Windows_NT_arm_release
# - build_Windows_NT_arm64_release

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

0 comments on commit 14ccaad

Please sign in to comment.