File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 12
12
<!--
13
13
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
14
14
-->
15
- <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false </StabilizePackageVersion >
15
+ <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >true </StabilizePackageVersion >
16
16
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
17
17
<PreReleaseVersionLabel >rtm</PreReleaseVersionLabel >
18
18
<PreReleaseBrandingLabel >RTM $(PreReleaseVersionIteration)</PreReleaseBrandingLabel >
19
19
<IncludePreReleaseLabelInPackageVersion >true</IncludePreReleaseLabelInPackageVersion >
20
20
<IncludePreReleaseLabelInPackageVersion Condition =" '$(DotNetFinalVersionKind)' == 'release' " >false</IncludePreReleaseLabelInPackageVersion >
21
21
<AspNetCoreMajorMinorVersion >$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)</AspNetCoreMajorMinorVersion >
22
- <!--
23
- Until package baselines are updated (see dotnet/aspnetcore#12702), ignore them and PatchConfig.props. This also
24
- gives us time to build the entire repo and settle the infrastructure. Do _not_ do this when stabilizing versions.
25
- -->
26
- <DisableServicingFeatures Condition =" '$(DisableServicingFeatures)' == '' AND '$(StabilizePackageVersion)' != 'true' " >true</DisableServicingFeatures >
27
22
<!-- Servicing builds have different characteristics for the way dependencies, baselines, and versions are handled. -->
28
- <IsServicingBuild Condition =" '$(DisableServicingFeatures)' != 'true' AND '$( PreReleaseVersionLabel)' == 'servicing' " >true</IsServicingBuild >
23
+ <IsServicingBuild Condition =" '$(PreReleaseVersionLabel)' == 'servicing' " >true</IsServicingBuild >
29
24
<VersionPrefix >$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).$(AspNetCorePatchVersion)</VersionPrefix >
30
25
<!-- TargetingPackVersionPrefix is used by projects, like .deb and .rpm, which use slightly different version formats. -->
31
26
<TargetingPackVersionPrefix >$(VersionPrefix)</TargetingPackVersionPrefix >
You can’t perform that action at this time.
0 commit comments