Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthik Rajasekaran <karajas@microsoft.com>2017-10-27 21:29:53 +0300
committerKarthik Rajasekaran <karajas@microsoft.com>2017-10-28 00:56:09 +0300
commit0cfbcb90237aaa119ba488724cc0511b6eef9142 (patch)
tree1aabe10cf14434029378a1dd06d9d0f2567648b9 /dir.props
parentb87b7d304f85e5adbc665e326ed219bafa7b5eb1 (diff)
Add blob feed as a default restore source
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index dc429afec9..3b78a88770 100644
--- a/dir.props
+++ b/dir.props
@@ -72,10 +72,11 @@
-->
<PropertyGroup>
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
+ $(OverridePackageSource);
+ https://dotnetfeed.blob.core.windows.net/dotnet-core/packages/index.json;
https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json;
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
https://api.nuget.org/v3/index.json;
- $(OverridePackageSource);
$(RestoreSources)
</RestoreSources>
</PropertyGroup>