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

Azure Pipeline: Specifying OS in the pool definition #388

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

mijpeterson
Copy link
Contributor

It is recommended that for pool definitions, you specify the OS on top of the image definition. This is especially true for jobs that specify pools that are different than the one provided to the pipeline template. Otherwise, this can lead to pipeline errors.

This PR specifies the OS input explicitly on all pool definitions. As a bonus, it also removes several unneeded quotes.

@mijpeterson mijpeterson requested a review from a team as a code owner June 6, 2024 19:35
@mijpeterson mijpeterson merged commit 85a5a6f into main Jun 6, 2024
9 checks passed
@mijpeterson mijpeterson deleted the specifying-os-in-pool branch June 6, 2024 20:06
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.

3 participants