From c055b8cd6c48424454ccaab76e7f4f3bb7381af2 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Tue, 9 Jul 2024 11:52:45 +0300 Subject: [PATCH 1/2] Release new version --- Directory.Build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index ea0d6d0b..3b877d41 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ 1.9.8 - preview + false @@ -53,4 +53,4 @@ - \ No newline at end of file + From f5985382310062ddd57a3f2fd3de3ba2a6146d9a Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Tue, 9 Jul 2024 12:51:57 +0300 Subject: [PATCH 2/2] Include packages in release assets --- .azure-pipelines/ci-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/ci-build.yml b/.azure-pipelines/ci-build.yml index cfdcde25..89d01e27 100644 --- a/.azure-pipelines/ci-build.yml +++ b/.azure-pipelines/ci-build.yml @@ -256,7 +256,9 @@ extends: tag: 'v$(VERSION_STRING)' title: '$(VERSION_STRING)' releaseNotesSource: inline - assets: '!**/**' + assets: | + !**/** + $(Pipeline.Workspace)/Microsoft.Kiota.*.*nupkg changeLogType: issueBased isPreRelease : '$(IS_PRE_RELEASE)' addChangeLog : true