File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
6
6
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
7
7
<!-- Calculate prerelease label -->
8
- <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >alpha </PreReleaseVersionLabel >
8
+ <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >preview </PreReleaseVersionLabel >
9
9
<PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and $(VersionPrefix.EndsWith('00'))" >rtm</PreReleaseVersionLabel >
10
10
<PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and !$(VersionPrefix.EndsWith('00'))" >servicing</PreReleaseVersionLabel >
11
11
<PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >1</PreReleaseVersionIteration >
You can’t perform that action at this time.
0 commit comments