Skip to content

Commit db62a11

Browse files
committed
Merge in 'release/5.0' changes
2 parents 2d2f618 + 2a51bcb commit db62a11

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/coreclr/dir.common.props

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@
4141
<PackagesBinDir>$(BinDir).nuget\</PackagesBinDir>
4242
</PropertyGroup>
4343

44-
<PropertyGroup>
45-
<!-- Set the boolean below to true to generate packages with stabilized versions -->
46-
<IsShipping>false</IsShipping>
47-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
48-
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
49-
<StableVersion Condition="($(MSBuildProjectName.Contains('Private')) or $(MSBuildProjectName.Contains('Transport'))) and '$(MSBuildProjectExtension)' == '.pkgproj'"></StableVersion>
50-
</PropertyGroup>
51-
5244
<!-- Set up common target properties that we use to conditionally include sources -->
5345
<PropertyGroup>
5446
<TargetsFreeBSD Condition="'$(TargetOS)' == 'FreeBSD'">true</TargetsFreeBSD>

src/coreclr/src/.nuget/packaging.props

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
<VersionTxtFile Condition="'$(VersionTxtFile)' == ''">$(ArtifactsObjDir)version.txt</VersionTxtFile>
2626
</PropertyGroup>
2727

28+
<PropertyGroup>
29+
<!-- Set the boolean below to true to generate packages with stabilized versions -->
30+
<IsShipping>false</IsShipping>
31+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
32+
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
33+
<StableVersion Condition="$(MSBuildProjectName.Contains('Private')) or $(MSBuildProjectName.Contains('Transport'))" />
34+
</PropertyGroup>
35+
2836
<ItemGroup Condition="'$(MSBuildProjectExtension)' == '.pkgproj'">
2937
<!-- Add required legal files to packages -->
3038
<File Condition="Exists('$(PackageLicenseFile)')"

0 commit comments

Comments
 (0)