mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 01:37:44 +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)
|
tag: v$(Build.BuildNumber)
|
||||||
title: v$(Build.BuildNumber)
|
title: v$(Build.BuildNumber)
|
||||||
assets: $(Build.ArtifactStagingDirectory)/drop/*
|
assets: $(Build.ArtifactStagingDirectory)/drop/*
|
||||||
assetUploadMode: replace
|
assetUploadMode: delete
|
||||||
isDraft: true
|
isDraft: true
|
||||||
addChangeLog: true
|
addChangeLog: true
|
||||||
compareWith: lastNonDraftRelease
|
compareWith: lastNonDraftRelease
|
||||||
|
|
Loading…
Reference in a new issue