From 5925f94b69e7746807015c231c5b7ca65524526f Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 1 Jun 2020 22:38:00 -0400 Subject: [PATCH] Update Azure --- README.md | 2 +- azure-pipelines.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86ea4783..ae3923d0 100644 --- a/README.md +++ b/README.md @@ -946,7 +946,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 d8637ae5..90017c62 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,9 +5,11 @@ trigger: - master +- 'v*' pr: - master +- 'v*' variables: cli11.single: ON