From 5b0af04b29a185e34c224f2035f2b178f390479b Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 28 Mar 2018 13:03:52 -0700 Subject: [PATCH] Fix RPM generation when store folder is empty, and add restore source for dotnetfeed --- build/RuntimeStoreInstaller.targets | 4 +++- build/sources.props | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build/RuntimeStoreInstaller.targets b/build/RuntimeStoreInstaller.targets index 958975810d..420df124e7 100644 --- a/build/RuntimeStoreInstaller.targets +++ b/build/RuntimeStoreInstaller.targets @@ -223,7 +223,9 @@ - + + + $(RestoreSources); + https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json; https://api.nuget.org/v3/index.json;