Skip to content

Commit

Permalink
Merge main to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman committed Dec 11, 2024
2 parents f5d002f + ca7effb commit b7bd26a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 0 additions & 2 deletions eng/pipelines/dotnet-core-nightly-pr-no-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ resources:

variables:
- template: variables/core.yml
- name: publishEolAnnotations
value: true

stages:
- template: stages/build-test-publish-repo.yml
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/dotnet-core-nightly-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ resources:

variables:
- template: variables/core.yml
- name: publishEolAnnotations
value: true

stages:
- template: stages/build-test-publish-repo.yml
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/dotnet-core-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ variables:
- name: officialBranches
# comma-delimited list of branch names
value: nightly
- name: publishEolAnnotations
value: true

extends:
template: /eng/common/templates/1es-official.yml@self
Expand Down
7 changes: 3 additions & 4 deletions eng/pipelines/variables/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ variables:

- name: manifest
value: manifest.json

- name: publishEolAnnotations
value: true
- name: generateEolAnnotationDataExtraOptions
value: ""
# TODO: Temporary workaround: see https://github.com/dotnet/docker-tools/issues/1507
#value: "--annotate-eol-products"
value: "--annotate-eol-products"

0 comments on commit b7bd26a

Please sign in to comment.