Add a restore feed for 2.1.3 packages

This commit is contained in:
Nate McMaster 2018-08-08 09:25:40 -07:00
parent e4161d8971
commit 2f85e4a36d
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
$(RestoreSources);
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
https://api.nuget.org/v3/index.json;
https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/20180725-02/final/index.json;
</RestoreSources>
<RestoreSources Condition=" '$(DotNetBuildOffline)' != 'true' AND '$(DisableMyGetRestoreSources)' != 'true' ">
$(RestoreSources);