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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2016-07-15 12:57:10 +0300
committerAlan McGovern <alan.mcgovern@gmail.com>2016-07-15 12:57:10 +0300
commit4bc207f8d12aac43a487115926cf770d2a7d5503 (patch)
tree711c16a362cf8afa227268b75cfe3813289be0ab /NuGet.config
parent0a9ca148b5cccb7a778923ac15e2bc7fe320dfe3 (diff)
[build] Don't change the restore location for our nugets
If we change the restore location then we'll break every csproj because they'll be looking in the wrong place for the files.
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config3
1 files changed, 0 insertions, 3 deletions
diff --git a/NuGet.config b/NuGet.config
index 36961bd2b1..c616c8e4f7 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
- <config>
- <add key="repositorypath" value="packages" />
- </config>
<packageSources>
<add key="Nuget Official" value ="https://www.nuget.org/api/v2/" />
</packageSources>