Skip to content

Commit

Permalink
Merge pull request #285 from microsoft/release
Browse files Browse the repository at this point in the history
Release 1.9.8
  • Loading branch information
andrueastman authored Jul 9, 2024
2 parents ad9ac1c + f598538 commit f2b6f73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Common default project properties for ALL projects-->
<PropertyGroup>
<VersionPrefix>1.9.8</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix></VersionSuffix>
<!-- This is overidden in test projects by setting to true-->
<IsTestProject>false</IsTestProject>
<!-- This is overidden in test projects by setting to true-->
Expand Down Expand Up @@ -53,4 +53,4 @@
<ItemGroup Condition="('$(IsTestProject)' != 'true') and ('$(IsAnalyzerProject)' != 'true')">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>
</Project>

0 comments on commit f2b6f73

Please sign in to comment.