From 674401235befa5687a46bdb842701fb9dfe033d6 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 17 Oct 2018 17:35:01 -0700 Subject: [PATCH] Fix local builds of src/DataProtection/build.cmd --- build/sources.props | 5 +++++ src/DataProtection/Directory.Build.props | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/build/sources.props b/build/sources.props index 5b458ddf09..66f7e28054 100644 --- a/build/sources.props +++ b/build/sources.props @@ -21,5 +21,10 @@ https://vside.myget.org/F/vssdk/api/v3/index.json; https://vside.myget.org/F/vsmac/api/v3/index.json + + + $(RestoreSources); + https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json; + diff --git a/src/DataProtection/Directory.Build.props b/src/DataProtection/Directory.Build.props index deb7bb4ee6..5321dfdeff 100644 --- a/src/DataProtection/Directory.Build.props +++ b/src/DataProtection/Directory.Build.props @@ -1,5 +1,10 @@  + + + true + +