We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09593c2 commit 7cb378dCopy full SHA for 7cb378d
version.props
@@ -2,7 +2,6 @@
2
<PropertyGroup>
3
<VersionPrefix>2.0.0</VersionPrefix>
4
<VersionSuffix>rc</VersionSuffix>
5
- <VersionSuffix Condition="'$(APPVEYOR_REPO_TAG)' == 'true'"></VersionSuffix>
6
<PackageVersion Condition="'$(APPVEYOR_REPO_TAG)' == 'true' AND '$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
7
8
<BuildNumber Condition=" '$(BuildNumber)' == '' ">$(APPVEYOR_BUILD_NUMBER)</BuildNumber>
0 commit comments