Establish CI/CD using Azure Pipelines (Build/Release) #3621

Closed
opened 2026-01-30 23:25:39 +00:00 by claunia · 3 comments
Owner

Originally created by @WSLUser on GitHub (Aug 28, 2019).

Description of the new feature/enhancement

Create a Release Pipeline that pushes the release to the Github Release page. There is already a Build Pipeline so half of the battle is already done. Just need to copy it and adjust to go to master as the current one is for PR checking. Then once a week, the Release Pipeline would deploy to the Github Release page. An eventual todo is setup a deploy to the Microsoft Store in addition to the Github Release page.

A clear and concise description of what the problem is that the new feature would solve.

Automates the deployment of the app in addition to starting the set up of an update schedule.

A clear and concise description of what you want to happen.

I'd like to see releases more frequently from Github that require little administrative effort from the core team.

Originally created by @WSLUser on GitHub (Aug 28, 2019). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement Create a Release Pipeline that pushes the release to the Github Release page. There is already a Build Pipeline so half of the battle is already done. Just need to copy it and adjust to go to master as the current one is for PR checking. Then once a week, the Release Pipeline would deploy to the Github Release page. An eventual todo is setup a deploy to the Microsoft Store in addition to the Github Release page. **A clear and concise description of what the problem is that the new feature would solve.** Automates the deployment of the app in addition to starting the set up of an update schedule. **A clear and concise description of what you want to happen.** I'd like to see releases more frequently from Github that require little administrative effort from the core team.
claunia added the Issue-FeatureNeeds-TriageNeeds-Tag-Fix labels 2026-01-30 23:25:40 +00:00
Author
Owner

@DHowett-MSFT commented on GitHub (Sep 3, 2019):

We've actually got one, we're just not publishing the builds from it.

@DHowett-MSFT commented on GitHub (Sep 3, 2019): We've [actually got one](https://github.com/microsoft/terminal/blob/master/build/pipelines/release.yml), we're just not publishing the builds from it.
Author
Owner

@DHowett-MSFT commented on GitHub (Sep 3, 2019):

(We're not quite ready for that, because we need to settle on our cadence; that's more of a project management issue than a bug/feature here.)

@DHowett-MSFT commented on GitHub (Sep 3, 2019): (We're not quite ready for that, because we need to settle on our cadence; that's more of a project management issue than a bug/feature here.)
Author
Owner

@WSLUser commented on GitHub (Sep 3, 2019):

Yeah, as I said, I was hoping to see more releases get published for testing instead of having to build to get more frequent from master. I would be fine doing this myself but unfortunately I lack the necessary permissions in Azure. I specified a week as a starting point for the Release due to that cadence not being quite settled yet (and the deployment can be cancelled if need be). It'll be easy enough to adjust the deployment schedule once everything settles down.

@WSLUser commented on GitHub (Sep 3, 2019): Yeah, as I said, I was hoping to see more releases get published for testing instead of having to build to get more frequent from master. I would be fine doing this myself but unfortunately I lack the necessary permissions in Azure. I specified a week as a starting point for the Release due to that cadence not being quite settled yet (and the deployment can be cancelled if need be). It'll be easy enough to adjust the deployment schedule once everything settles down.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3621