We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The glob pattern we're using for release tags in azure-pipelines.yml is too permissive - 20??.??.?* matches more than just release tags.
azure-pipelines.yml
20??.??.?*
We should update our trigger pattern in MST's pipeline and SBMTD's pipeline.
Originally posted by @angela-tran in #286 (comment)
The text was updated successfully, but these errors were encountered:
This consequences of this are relatively minor, we can always create new tags at the correct SHA as-needed.
Sorry, something went wrong.
No branches or pull requests
The glob pattern we're using for release tags in
azure-pipelines.yml
is too permissive -20??.??.?*
matches more than just release tags.We should update our trigger pattern in MST's pipeline and SBMTD's pipeline.
Originally posted by @angela-tran in #286 (comment)
The text was updated successfully, but these errors were encountered: