From 6cfca20a8cd0efdf487a915a004b1e19ba639e48 Mon Sep 17 00:00:00 2001 From: Anirudh Agnihotry Date: Fri, 4 Oct 2019 08:29:14 -0700 Subject: [PATCH] updating packageindex with stable versions (dotnet/corefx#41511) * updating packageindex with stable versions * disabling harverst stable packages Commit migrated from https://github.com/dotnet/corefx/commit/b5ef4ea045bdd3dc8d528e6408360bf812eefd17 --- eng/restore/runtime/runtime.depproj | 6 +- .../System.Runtime.WindowsRuntime.UI.Xaml.pkgproj | 5 +- .../pkg/System.Runtime.WindowsRuntime.pkgproj | 8 +- src/libraries/pkg/Directory.Build.props | 1 + .../packageIndex.json | 215 +++++++++++++++------ 5 files changed, 158 insertions(+), 77 deletions(-) diff --git a/eng/restore/runtime/runtime.depproj b/eng/restore/runtime/runtime.depproj index a64a039..78303c3 100644 --- a/eng/restore/runtime/runtime.depproj +++ b/eng/restore/runtime/runtime.depproj @@ -12,9 +12,9 @@ - - 3.0.0-preview9-19407-2 - 4.6.0-preview9.19419.3 + + 3.0.0-rc2.19462.14 + 4.6.0-rc2.19462.14 diff --git a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/pkg/System.Runtime.WindowsRuntime.UI.Xaml.pkgproj b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/pkg/System.Runtime.WindowsRuntime.UI.Xaml.pkgproj index 17c7ace..0f08c41 100644 --- a/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/pkg/System.Runtime.WindowsRuntime.UI.Xaml.pkgproj +++ b/src/libraries/System.Runtime.WindowsRuntime.UI.Xaml/pkg/System.Runtime.WindowsRuntime.UI.Xaml.pkgproj @@ -24,10 +24,7 @@ netcoreapp1.0 --> - - runtimes/win/lib/netcore50 - - + runtimes/win-aot/lib/uap10.0.16299 diff --git a/src/libraries/System.Runtime.WindowsRuntime/pkg/System.Runtime.WindowsRuntime.pkgproj b/src/libraries/System.Runtime.WindowsRuntime/pkg/System.Runtime.WindowsRuntime.pkgproj index c20ee76..3a01e67 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/pkg/System.Runtime.WindowsRuntime.pkgproj +++ b/src/libraries/System.Runtime.WindowsRuntime/pkg/System.Runtime.WindowsRuntime.pkgproj @@ -27,12 +27,8 @@ netcoreapp1.0 --> - - runtimes/win/lib/netcore50 - - - runtimes/win-aot/lib/netcore50 - + + runtimes/win-aot/lib/uap10.0.16299 diff --git a/src/libraries/pkg/Directory.Build.props b/src/libraries/pkg/Directory.Build.props index 84d827d..d5fe113 100644 --- a/src/libraries/pkg/Directory.Build.props +++ b/src/libraries/pkg/Directory.Build.props @@ -6,6 +6,7 @@ For offline builds we still set OfficialBuildId but we need to build all the packages for a single leg only, so we also take DotNetBuildFromSource into account. --> true + false