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: |