From 8b10d5bcfc53faa15827ee291836f64d5b9619fb Mon Sep 17 00:00:00 2001 From: yazninja <71800112+yazninja@users.noreply.github.com> Date: Fri, 12 May 2023 22:34:31 +0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b276ac7c0..79db8786b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -165,6 +165,6 @@ jobs: title: 'Cider Version 1.6.1' releaseNotesSource: 'inline' releaseNotesInline: 'Test build from azure CI' - isPreRelease: false + assets: '$(Build.ArtifactStagingDirectory)/*.*' addChangeLog: false