Skip to content

Commit 7cb378d

Browse files
committed
Preserve rc suffix
1 parent 09593c2 commit 7cb378d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

version.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<VersionPrefix>2.0.0</VersionPrefix>
44
<VersionSuffix>rc</VersionSuffix>
5-
<VersionSuffix Condition="'$(APPVEYOR_REPO_TAG)' == 'true'"></VersionSuffix>
65
<PackageVersion Condition="'$(APPVEYOR_REPO_TAG)' == 'true' AND '$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
76

87
<BuildNumber Condition=" '$(BuildNumber)' == '' ">$(APPVEYOR_BUILD_NUMBER)</BuildNumber>

0 commit comments

Comments
 (0)