Skip to content

Commit 4528608

Browse files
committed
Force Azure to update any cached tags
1 parent 87c49aa commit 4528608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ stages:
278278
python_version: $(python_version)
279279
conda_packages: $(conda_packages)
280280

281-
- bash: git fetch origin --tags
281+
- bash: git fetch origin --tags --force
282282
displayName: Fetch tags
283283

284284
- bash: |

0 commit comments

Comments
 (0)