Skip to content

Commit

Permalink
Avoid adding the build number to a release package version (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan authored Nov 5, 2021
1 parent ae60efa commit 08f6dd9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
That ensures that if we get up to preview 10, it doesn't sort as between preview 1 and preview 2!
See https://semver.org/spec/v2.0.0.html for details.
-->
<!--
<PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel>
-->
<PreReleaseVersionLabel>rtw</PreReleaseVersionLabel>
<DotNetFinalVersionKind Condition="'$(PreReleaseVersionLabel)' == 'rtw'">release</DotNetFinalVersionKind>
</PropertyGroup>
</Project>

0 comments on commit 08f6dd9

Please sign in to comment.