diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f2936084e..f7e217a8f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -379,7 +379,7 @@ stages: tagSource: manual tag: v$(Build.BuildNumber) title: v$(Build.BuildNumber) - assets: $(Build.ArtifactStagingDirectory)/* + assets: $(Build.ArtifactStagingDirectory)/drop/* isDraft: true addChangeLog: true compareWith: lastNonDraftRelease