Skip to content

Commit

Permalink
add preview to suffix when CI building
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule committed Nov 16, 2024
1 parent f26d4d4 commit a1bf9e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>8.0.5</VersionPrefix>
<VersionPrefix>8.0.6</VersionPrefix>
<VersionSuffix Condition=" '$(GITHUB_RUN_NUMBER)' != '' ">preview$(GITHUB_RUN_NUMBER)</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit a1bf9e8

Please sign in to comment.