File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 10
10
<VersionSDKMinor >1</VersionSDKMinor >
11
11
<VersionFeature >00</VersionFeature >
12
12
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature)</VersionPrefix >
13
- <PreReleaseVersionLabel >rc</PreReleaseVersionLabel >
14
- <PreReleaseVersionIteration >1</PreReleaseVersionIteration >
15
13
<MajorMinorVersion >$(VersionMajor).$(VersionMinor)</MajorMinorVersion >
16
14
<CliProductBandVersion >$(MajorMinorVersion).$(VersionSDKMinor)</CliProductBandVersion >
17
15
<!-- Enable to remove prerelease label. -->
18
16
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
19
17
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
18
+ <!-- Calculate prerelease label -->
19
+ <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >rc</PreReleaseVersionLabel >
20
+ <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and '$(VersionFeature)' == '00'" >rtm</PreReleaseVersionLabel >
21
+ <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and '$(VersionFeature)' != '00'" >servicing</PreReleaseVersionLabel >
22
+ <PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >1</PreReleaseVersionIteration >
20
23
</PropertyGroup >
21
24
<PropertyGroup >
22
25
<VersionFeature21 >30</VersionFeature21 >
You can’t perform that action at this time.
0 commit comments