File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
20
20
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
21
21
<!-- Calculate prerelease label -->
22
- <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >preview </PreReleaseVersionLabel >
22
+ <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >rc </PreReleaseVersionLabel >
23
23
<PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and $(VersionPrefix.EndsWith('00'))" >rtm</PreReleaseVersionLabel >
24
24
<PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and !$(VersionPrefix.EndsWith('00'))" >servicing</PreReleaseVersionLabel >
25
- <PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >7 </PreReleaseVersionIteration >
25
+ <PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >1 </PreReleaseVersionIteration >
26
26
<!-- In source-build the version of the compiler must be same or newer than the version of the
27
27
compiler API targeted by analyzer assemblies. This is mostly an issue on source-build as
28
28
in that build mode analyzer assemblies always target the live compiler API. -->
You can’t perform that action at this time.
0 commit comments