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

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAlan McGovern <alan@xamarin.com>2018-07-12 13:54:22 +0300
committerAlan McGovern <alanmcgovern@users.noreply.github.com>2018-07-12 14:21:31 +0300
commit12f0b1728273fc0c1c1fcfdd5efb4f163864d142 (patch)
tree974d91f3c94c1f2b92634c1428a91e55c457a28f /build
parent10295228d19116f5930ad81ea11a87d1d7ec0f40 (diff)
[build] Remove touchdown from the normal restore path
Touchdown is only needed for localization and we only run that rarely, so remove that source from the standard NuGet.Config so we don't have to query it as part of our normal build/restore process.
Diffstat (limited to 'build')
-rw-r--r--build/NuGet.Config6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/NuGet.Config b/build/NuGet.Config
new file mode 100644
index 0000000..6705455
--- /dev/null
+++ b/build/NuGet.Config
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <add key="touchdown" value="https://msblox.pkgs.visualstudio.com/_packaging/TouchdownBuildPackages/nuget/v2" />
+ </packageSources>
+</configuration>