mirror of
https://github.com/Jackett/Jackett
synced 2024-12-25 17:27:48 +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:
parent
a89b69e821
commit
baf4730316
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue