Skip to content

Commit 4528608

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azure/pipelines.yml

Lines changed: 1 addition & 1 deletion
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)