Skip to content

Commit 1929f07

Browse files
authored
Fix comment and stabilize package version condition (#34003)
1 parent f6a6e53 commit 1929f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<!-- The .NET product branding version -->
3+
<!-- The .NET product branding version -->
44
<MajorVersion>10</MajorVersion>
55
<MinorVersion>0</MinorVersion>
66
<PatchVersion>40</PatchVersion>
@@ -11,7 +11,7 @@
1111
<!-- Servicing builds have different characteristics for the way dependencies, baselines, and versions are handled. -->
1212
<IsServicingBuild Condition=" '$(PreReleaseVersionLabel)' == 'servicing' ">true</IsServicingBuild>
1313
<!-- Enable to remove prerelease label and produce stable package versions. -->
14-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
14+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
1515
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
1616
<WorkloadVersionSuffix Condition="'$(DotNetFinalVersionKind)' != 'release' and '$(PreReleaseVersionIteration)' == ''">-$(PreReleaseVersionLabel)</WorkloadVersionSuffix>
1717
<WorkloadVersionSuffix Condition="'$(WorkloadVersionSuffix)' == '' and '$(DotNetFinalVersionKind)' != 'release'">-$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)</WorkloadVersionSuffix>

0 commit comments

Comments
 (0)