Skip to content

Cleanup of ADO pipeline YAML files #615

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

Merged
merged 17 commits into from
May 23, 2025
Merged

Cleanup of ADO pipeline YAML files #615

merged 17 commits into from
May 23, 2025

Conversation

walbourn
Copy link
Member

@walbourn walbourn commented May 20, 2025

This PR adds the use of strategy and templates to the existing ADO pipelines.

  • For the basic builds using Visual Studio MSBuild with minimal job setup, I made use of strategy matrix to simplify the pipelines for GitHub, GitHub-Dev17, GitHub-Test, and GitHub-Dev17.

  • For the Windows SDK and GDK NuGet pipelines which have substantial package sizes as part of job setup, I made use of template for SDK-release, SDK-prerelease, GDK, and GDK-Dev17 pipelines to share implementation.

Also updated pipeline trigger path filters: GHA should ignore everything under .azuredevops, and ADO should ignore everything under .github.

@walbourn walbourn self-assigned this May 20, 2025
@walbourn walbourn added the azure_pipelines Pull requests that update Azure DevOps code label May 20, 2025
@walbourn walbourn added the github_actions Pull requests that update GitHub Actions code label May 20, 2025
@walbourn walbourn merged commit 169f7cf into main May 23, 2025
148 checks passed
@walbourn walbourn deleted the azure-pipelines branch May 23, 2025 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure_pipelines Pull requests that update Azure DevOps code github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants