1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-25 01:07:38 +00:00

Update azure-pipelines.yml

the azure assetuploadmode=replace routine is missing a retry-upload-after-delete so ends up just removing the conflict but not uploading a replacement, bah!
lets try the the delete option which should clear any attachments prior to starting the first upload.
This commit is contained in:
garfield69 2020-02-29 11:43:40 +13:00 committed by GitHub
parent a89b69e821
commit baf4730316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -363,7 +363,7 @@ stages:
tag: v$(Build.BuildNumber)
title: v$(Build.BuildNumber)
assets: $(Build.ArtifactStagingDirectory)/drop/*
assetUploadMode: replace
assetUploadMode: delete
isDraft: true
addChangeLog: true
compareWith: lastNonDraftRelease