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

Initial scaffold of new release pipeline in Azure Pipelines #386

Merged
merged 4 commits into from
Jun 6, 2024

Conversation

mijpeterson
Copy link
Contributor

The secure future initiative is making it increasingly difficult to continue supporting the build and release of "production" tools via GitHub Actions/Workflows. This appears to be because of the fact that GitHub itself is considered an untrusted "environment", especially from the perspective of our production tenants.

This official Microsoft Open Source doc explains those considerations in detail and are a good signal for us to move to Azure Pipelines.

This PR will be the first in a series designed to move us away from GitHub workflows to Azure Pipelines. It introduces a new pipeline that will live side-by-side with our existing workflow. This new pipeline will act as a testing ground for us, in which we'll iteratively port over steps from our workflow.

Unfortunately, as there is no way to test out these pipelines on a GitHub connected repo until they're merged into main, there will likely be many PRs introducing experimental changes to the pipeline.

@mijpeterson mijpeterson requested a review from a team as a code owner June 5, 2024 22:33
@mijpeterson mijpeterson changed the title Moving Release Workflow to Azure Pipelines Initial scaffold of new release pipeline in Azure Pipelines Jun 5, 2024
shalinikhare27
shalinikhare27 previously approved these changes Jun 5, 2024
emilyyang-ms
emilyyang-ms previously approved these changes Jun 5, 2024
.github/workflows/release-azure-pipelines.yml Outdated Show resolved Hide resolved
@mijpeterson mijpeterson merged commit 4b0d3f7 into main Jun 6, 2024
9 checks passed
@mijpeterson mijpeterson deleted the switch-to-ado-pipeline-for-release branch June 6, 2024 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants