diff --git a/README.md b/README.md index 61b4d0e7..2f3b90d1 100644 --- a/README.md +++ b/README.md @@ -945,7 +945,7 @@ CLI11 was developed at the [University of Cincinnati][] to support of the [GooFi [doi-badge]: https://zenodo.org/badge/80064252.svg [doi-link]: https://zenodo.org/badge/latestdoi/80064252 [azure-badge]: https://dev.azure.com/CLIUtils/CLI11/_apis/build/status/CLIUtils.CLI11?branchName=master -[azure]: https://dev.azure.com/CLIUtils/CLI11/_build/latest?definitionId=1&branchName=master +[azure]: https://dev.azure.com/CLIUtils/CLI11 [travis-badge]: https://img.shields.io/travis/CLIUtils/CLI11/master.svg?label=Linux/macOS [travis]: https://travis-ci.org/CLIUtils/CLI11 [appveyor-badge]: https://img.shields.io/appveyor/ci/HenrySchreiner/cli11/master.svg?label=AppVeyor diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9ac43be6..14d7f732 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,9 +5,11 @@ trigger: - master +- 'v*' pr: - master +- 'v*' variables: cli11.single: ON