Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-05-11 00:27:32 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-05-11 00:27:32 +0300
commit2fa470f48370ec7bb3ef7d51b56c41a88e126c24 (patch)
treee3bb05835cd812c44d4695f5728329dff07d1897 /pkg/Microsoft.NETCore.Platforms
parent4725b949fbea2e59a6aaa06260ee24d5c2bfa90e (diff)
Disable package harvesting for the vertical build packages
Microsoft.NETCore.Platforms and Microsoft.NETCore.Targets don't need to harvest anything so disabing stable package harvesting for them so we don't need to restore all the old stable packages for the vertical builds.
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/Microsoft.NETCore.Platforms.pkgproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/Microsoft.NETCore.Platforms.pkgproj b/pkg/Microsoft.NETCore.Platforms/Microsoft.NETCore.Platforms.pkgproj
index e90fb0cf1d..66bec6854f 100644
--- a/pkg/Microsoft.NETCore.Platforms/Microsoft.NETCore.Platforms.pkgproj
+++ b/pkg/Microsoft.NETCore.Platforms/Microsoft.NETCore.Platforms.pkgproj
@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-
+
<PropertyGroup>
<PackageVersion>$(PlatformPackageVersion)</PackageVersion>
<SkipValidatePackage>true</SkipValidatePackage>
+ <!-- We don't need to harvest the stable packages to build this -->
+ <HarvestStablePackage>false</HarvestStablePackage>
</PropertyGroup>
-
+
<ItemGroup>
<File Include="runtime.json" />
<!-- make this package installable and noop in a packages.config-based project -->