Skip to content

Commit f0e532c

Browse files
authored
Update Versions.props 9.0.80 SR8 Versioning (#29908)
1 parent ab9cd46 commit f0e532c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

eng/Versions.props

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
<MinorVersion>0</MinorVersion>
55
<PatchVersion>80</PatchVersion>
66
<SdkBandVersion>9.0.100</SdkBandVersion>
7-
<PreReleaseVersionLabel>ci.main</PreReleaseVersionLabel>
8-
<PreReleaseVersionLabel Condition="'$(BUILD_SOURCEBRANCH)' == 'refs/heads/inflight/current'">ci.inflight</PreReleaseVersionLabel>
7+
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
98
<PreReleaseVersionIteration>
109
</PreReleaseVersionIteration>
1110
<!-- Servicing builds have different characteristics for the way dependencies, baselines, and versions are handled. -->
1211
<IsServicingBuild Condition=" '$(PreReleaseVersionLabel)' == 'servicing' ">true</IsServicingBuild>
1312
<!-- Enable to remove prerelease label and produce stable package versions. -->
14-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
13+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
1514
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
1615
<WorkloadVersionSuffix Condition="'$(DotNetFinalVersionKind)' != 'release' and '$(PreReleaseVersionIteration)' == ''">-$(PreReleaseVersionLabel)</WorkloadVersionSuffix>
1716
<WorkloadVersionSuffix Condition="'$(WorkloadVersionSuffix)' == '' and '$(DotNetFinalVersionKind)' != 'release'">-$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)</WorkloadVersionSuffix>
@@ -216,4 +215,4 @@
216215
<MicrosoftiOSSdkPackageVersion>$(MicrosoftiOSSdknet90_180PackageVersion)</MicrosoftiOSSdkPackageVersion>
217216
<MicrosofttvOSSdkPackageVersion>$(MicrosofttvOSSdknet90_180PackageVersion)</MicrosofttvOSSdkPackageVersion>
218217
</PropertyGroup>
219-
</Project>
218+
</Project>

0 commit comments

Comments
 (0)