Skip to content

Commit 5762c7b

Browse files
authored
Update 10.0.0 SR1 and StabilizePackageVersion (#32433)
1 parent 2f30758 commit 5762c7b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

eng/Versions.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
<MinorVersion>0</MinorVersion>
66
<PatchVersion>10</PatchVersion>
77
<SdkBandVersion>10.0.100</SdkBandVersion>
8-
<PreReleaseVersionLabel>ci.main</PreReleaseVersionLabel>
9-
<PreReleaseVersionLabel Condition="'$(BUILD_SOURCEBRANCH)' == 'refs/heads/inflight/current'">ci.inflight</PreReleaseVersionLabel>
8+
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
109
<PreReleaseVersionIteration>
1110
</PreReleaseVersionIteration>
1211
<!-- Servicing builds have different characteristics for the way dependencies, baselines, and versions are handled. -->
1312
<IsServicingBuild Condition=" '$(PreReleaseVersionLabel)' == 'servicing' ">true</IsServicingBuild>
1413
<!-- Enable to remove prerelease label and produce stable package versions. -->
15-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
14+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
1615
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
1716
<WorkloadVersionSuffix Condition="'$(DotNetFinalVersionKind)' != 'release' and '$(PreReleaseVersionIteration)' == ''">-$(PreReleaseVersionLabel)</WorkloadVersionSuffix>
1817
<WorkloadVersionSuffix Condition="'$(WorkloadVersionSuffix)' == '' and '$(DotNetFinalVersionKind)' != 'release'">-$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)</WorkloadVersionSuffix>

0 commit comments

Comments
 (0)