Back to all reviewers

Complete pipeline configurations

Azure/azure-sdk-for-net
Based on 2 comments
Json

Ensure all CI/CD configuration files have their required fields properly populated with specific values rather than empty strings or placeholders. Missing or incomplete configuration values can cause pipeline failures, prevent proper asset publishing, or create unnecessary maintenance overhead. Regularly review configurations to validate they're accurate...

CI/CD Json

Reviewer Prompt

Ensure all CI/CD configuration files have their required fields properly populated with specific values rather than empty strings or placeholders. Missing or incomplete configuration values can cause pipeline failures, prevent proper asset publishing, or create unnecessary maintenance overhead. Regularly review configurations to validate they’re accurate and still necessary.

Example:

{
  "AssetsRepo": "Azure/azure-sdk-assets",
  "AssetsRepoPrefixPath": "net",
  "TagPrefix": "net/bicep/Azure.ResourceManager.Resources.Bicep",
  "Tag": "1.0.0"  // Always include specific version tags, not empty strings
}

When specifying environment resources such as VM images or test pools, ensure they reference valid, current resources and periodically evaluate if custom resources are still needed to avoid maintaining unnecessary infrastructure.

2
Comments Analyzed
Json
Primary Language
CI/CD
Category

Source Discussions