From 452860816309b9e44814d28355e8eea2a98000d3 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Tue, 14 Jun 2022 22:31:15 -0400 Subject: [PATCH] Force Azure to update any cached tags --- .azure/pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines.yml b/.azure/pipelines.yml index b0ee27dffd..9e0da6ef92 100644 --- a/.azure/pipelines.yml +++ b/.azure/pipelines.yml @@ -278,7 +278,7 @@ stages: python_version: $(python_version) conda_packages: $(conda_packages) - - bash: git fetch origin --tags + - bash: git fetch origin --tags --force displayName: Fetch tags - bash: |