From 4a259ae17d2550d32b95800fcbb68267cd809659 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Tue, 24 Oct 2017 16:46:07 -0700 Subject: Use restore with no --source for optdata proj feed This lets dotnet pick up RestoreSources hierarchically rather than only use what's predefined in DotnetRestoreCommand (in dir.props). --- src/.nuget/optdata/optdata.csproj | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/.nuget') diff --git a/src/.nuget/optdata/optdata.csproj b/src/.nuget/optdata/optdata.csproj index 20e2a40ada..76b5b97789 100644 --- a/src/.nuget/optdata/optdata.csproj +++ b/src/.nuget/optdata/optdata.csproj @@ -8,6 +8,14 @@ win7-x64;win7-x86;linux-x64 + + + + https://dotnet.myget.org/F/dotnet-core-optimization-data/api/v3/index.json; + $(RestoreSources) + + + -- cgit v1.2.3