Skip to content

Improve Azure Pipelines template hygiene #1799

@lbussell

Description

@lbussell

There is a wide variety of quality in the Azure pipelines templates hosted in this repo. We should go through all of the templates and:

  • Convert any implicitly typed template parameters to type-safe parameters.
  • Ensure parameter defaults are only set in one place (for parameters that are passed through multiple template levels).
  • Document any parameters or variables which aren't commented/documented somewhere at least once.
  • Put quotes around strings wherever possible
    • This is to prevent unexpected conversions to numbers, dates, etc. These are well documented issues with yaml.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Post Release

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions