Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add publishing support for fedora 41 #4683

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .azure/OneBranch.Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameters:
type: object
default:
- name: RPM
destinations:
destination:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These need to be destinations with the s. that's what is used down below.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm afraid we're not communicating very well. The instructions above were to turn it from destionations to destination, There is a typo in what was there earlier, the extra o someone left in there, but the fix suggested was to strip off the s at the end. I didn't even see the o, just the removal of the s. My comment that they were all like that (plural) coupled with your 'can you fix them all' comment made me think you wanted it to just say destination (singular) everywhere. In any event, now that I've caught up, proper fix inbound.

- microsoft-sles12-prod-yum # 12 3.12
- microsoft-sles15-prod-yum # 15 4.12
- microsoft-centos7-prod-yum # 7 3.10
Expand All @@ -41,7 +41,7 @@ parameters:
- microsoft-rhel8.0-prod-yum # 8.0 4.18
- microsoft-rhel8.1-prod-yum # 8.1 4.18
- name: DEB
destinations:
destination:
- microsoft-ubuntu-xenial-prod-apt # 16.04 4.4
- microsoft-ubuntu-bionic-prod-apt # 18.04 4.15
- microsoft-ubuntu-focal-prod-apt # 20.04 5.4
Expand All @@ -51,7 +51,7 @@ parameters:
- microsoft-debian-buster-prod-apt # 10 4.19
- microsoft-debian-bullseye-prod-apt # 11 5.10
- name: CBL
destinations:
destination:
- cbl-mariner-1.0-prod-Microsoft-x86_64-rpms-yum
- cbl-mariner-2.0-prod-Microsoft-x86_64-yum
- cbl-mariner-2.0-prod-Microsoft-aarch64-yum
Expand All @@ -60,14 +60,14 @@ parameters:
type: object
default:
- name: RPM
destinations:
destination:
- microsoft-fedora36-prod-yum # 36 5.17
- microsoft-fedora37-prod-yum # 37 6.0
- microsoft-fedora38-prod-yum # 38 6.2
- microsoft-fedora39-prod-yum # 39 6.5
- microsoft-rhel9.0-prod-yum # 9.0 5.14
- name: DEB
destinations:
destination:
- microsoft-ubuntu-jammy-prod-apt # 22.04 5.15
- microsoft-ubuntu-kinetic-prod-apt # 22.10 5.19
- microsoft-ubuntu-lunar-prod-apt # 23.04 6.2
Expand All @@ -78,13 +78,14 @@ parameters:
type: object
default:
- name: RPM
destionations:
destionation:
- microsoft-fedora40-prod-yum # 40 6.8
- microsoft-fedora41-prod-yum # 41 6.11
- name: DEB
destinations:
destination:
- microsoft-ubuntu-noble-prod-apt # 24.04 6.8
- name: CBL
destinations:
destination:
- azurelinux-3.0-prod-ms-oss-x86_64-yum # 3.0 6.6
- azurelinux-3.0-prod-ms-oss-aarch64-yum # 3.0 6.6

Expand Down