Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 531a227

Browse files
Have CI produce final 2.0.0 RC2 build
1 parent 9b7994b commit 531a227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<IsFinalBuild>false</IsFinalBuild>
3+
<IsFinalBuild>true</IsFinalBuild>
44
<VersionPrefix>2.0.0</VersionPrefix>
55
<VersionSuffix>rc2</VersionSuffix>
66
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>

0 commit comments

Comments
 (0)