Commit 5925f94b69e7746807015c231c5b7ca65524526f

Authored by Henry Schreiner
1 parent f80a69de

Update Azure

README.md
... ... @@ -946,7 +946,7 @@ CLI11 was developed at the [University of Cincinnati][] to support of the [GooFi
946 946 [doi-badge]: https://zenodo.org/badge/80064252.svg
947 947 [doi-link]: https://zenodo.org/badge/latestdoi/80064252
948 948 [azure-badge]: https://dev.azure.com/CLIUtils/CLI11/_apis/build/status/CLIUtils.CLI11?branchName=master
949   -[azure]: https://dev.azure.com/CLIUtils/CLI11/_build/latest?definitionId=1&branchName=master
  949 +[azure]: https://dev.azure.com/CLIUtils/CLI11
950 950 [travis-badge]: https://img.shields.io/travis/CLIUtils/CLI11/master.svg?label=Linux/macOS
951 951 [travis]: https://travis-ci.org/CLIUtils/CLI11
952 952 [appveyor-badge]: https://img.shields.io/appveyor/ci/HenrySchreiner/cli11/master.svg?label=AppVeyor
... ...
azure-pipelines.yml
... ... @@ -5,9 +5,11 @@
5 5  
6 6 trigger:
7 7 - master
  8 +- 'v*'
8 9  
9 10 pr:
10 11 - master
  12 +- 'v*'
11 13  
12 14 variables:
13 15 cli11.single: ON
... ...