Skip to content

Commit f2b6f73

Browse files
authored
Merge pull request #285 from microsoft/release
Release 1.9.8
2 parents ad9ac1c + f598538 commit f2b6f73

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.azure-pipelines/ci-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ extends:
256256
tag: 'v$(VERSION_STRING)'
257257
title: '$(VERSION_STRING)'
258258
releaseNotesSource: inline
259-
assets: '!**/**'
259+
assets: |
260+
!**/**
261+
$(Pipeline.Workspace)/Microsoft.Kiota.*.*nupkg
260262
changeLogType: issueBased
261263
isPreRelease : '$(IS_PRE_RELEASE)'
262264
addChangeLog : true

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Common default project properties for ALL projects-->
33
<PropertyGroup>
44
<VersionPrefix>1.9.8</VersionPrefix>
5-
<VersionSuffix>preview</VersionSuffix>
5+
<VersionSuffix></VersionSuffix>
66
<!-- This is overidden in test projects by setting to true-->
77
<IsTestProject>false</IsTestProject>
88
<!-- This is overidden in test projects by setting to true-->
@@ -53,4 +53,4 @@
5353
<ItemGroup Condition="('$(IsTestProject)' != 'true') and ('$(IsAnalyzerProject)' != 'true')">
5454
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
5555
</ItemGroup>
56-
</Project>
56+
</Project>

0 commit comments

Comments
 (0)