Skip to content

Commit 81f22bb

Browse files
authored
Update Versions.props to SR3 Release Branding (#27071)
1 parent 06cccd4 commit 81f22bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<MinorVersion>0</MinorVersion>
55
<PatchVersion>30</PatchVersion>
66
<SdkBandVersion>9.0.100</SdkBandVersion>
7-
<PreReleaseVersionLabel>ci.main</PreReleaseVersionLabel>
7+
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
88
<PreReleaseVersionIteration>
99
</PreReleaseVersionIteration>
1010
<!-- Servicing builds have different characteristics for the way dependencies, baselines, and versions are handled. -->
1111
<IsServicingBuild Condition=" '$(PreReleaseVersionLabel)' == 'servicing' ">true</IsServicingBuild>
1212
<!-- Enable to remove prerelease label and produce stable package versions. -->
13-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
13+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
1414
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
1515
<WorkloadVersionSuffix Condition="'$(DotNetFinalVersionKind)' != 'release' and '$(PreReleaseVersionIteration)' == ''">-$(PreReleaseVersionLabel)</WorkloadVersionSuffix>
1616
<WorkloadVersionSuffix Condition="'$(WorkloadVersionSuffix)' == '' and '$(DotNetFinalVersionKind)' != 'release'">-$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)</WorkloadVersionSuffix>

0 commit comments

Comments
 (0)