File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments