From: Wes Haggard Date: Tue, 24 Oct 2017 23:46:07 +0000 (-0700) Subject: Use restore with no --source for optdata proj feed X-Git-Tag: accepted/tizen/base/20180629.140029~751^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a259ae17d2550d32b95800fcbb68267cd809659;p=platform%2Fupstream%2Fcoreclr.git 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). --- diff --git a/build.proj b/build.proj index 3889d1c..465e49c 100644 --- a/build.proj +++ b/build.proj @@ -25,8 +25,13 @@ - + + "$(DotnetToolCommand)" + $(OptDataRestoreCommand) restore + $(OptDataRestoreCommand) --packages "$(PackagesDir.TrimEnd('/').TrimEnd('\'))" + + + + + https://dotnet.myget.org/F/dotnet-core-optimization-data/api/v3/index.json; + $(RestoreSources) + + +