From b74b9488371d1c654d346a214a462aca73d46da8 Mon Sep 17 00:00:00 2001 From: Chris Rummel Date: Fri, 20 Sep 2019 12:47:30 -0500 Subject: [PATCH] Add extra restore sources for core-setup --- repos/core-setup.proj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/repos/core-setup.proj b/repos/core-setup.proj index 14fc4ac8f1..645e21a199 100644 --- a/repos/core-setup.proj +++ b/repos/core-setup.proj @@ -34,6 +34,11 @@ $(ProjectDirectory)/NuGet.config true + + $(SourceBuiltPackagesPath) + $(EnvironmentRestoreSources)%3B$(ReferencePackagesDir)%3B$(PrebuiltPackagesPath) + $(EnvironmentRestoreSources)%3Bhttps://api.nuget.org/v3/index.json + $(EnvironmentRestoreSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-core/index.json @@ -49,6 +54,10 @@ + + + +