File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1919 <SkipIndexCheck >true</SkipIndexCheck >
2020 </PropertyGroup >
2121
22- <!-- CoreCLR nuget packages shouldn't be published during servicing. -->
23- <PropertyGroup Condition =" '$(PreReleaseVersionLabel)' == 'servicing'" >
24- <IsShipping >false</IsShipping >
25- </PropertyGroup >
26-
2722 <ItemGroup >
2823 <PackageIndex Condition =" '$(MSBuildProjectExtension)' == '.pkgproj'" Include =" $(PackageIndexFile)" />
2924 </ItemGroup >
Original file line number Diff line number Diff line change 44 <PropertyGroup >
55 <!-- Central place to set the versions of all nuget packages produced in the repo -->
66 <PackageVersion Condition =" '$(PackageVersion)' == ''" >$(ProductVersion)</PackageVersion >
7- <StableVersion Condition =" '$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == '' and '$(PreReleaseVersionLabel)' != 'servicing' " >$(PackageVersion)</StableVersion >
7+ <StableVersion Condition =" '$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''" >$(PackageVersion)</StableVersion >
88 <StableVersion Condition =" '$(IsShippingPackage)' != 'true' and '$(MSBuildProjectExtension)' == '.pkgproj'" ></StableVersion >
99 </PropertyGroup >
1010
You can’t perform that action at this time.
0 commit comments