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:
authorMatt Ward <matt.ward@xamarin.com>2017-02-07 22:46:01 +0300
committerMatt Ward <matt.ward@xamarin.com>2017-02-07 22:46:01 +0300
commitfc5b848f23f224d8a0560526c0b3ca01c8de5e0b (patch)
tree105b560e3063b0ba7dbfce3daf46acd9e997b427 /NuGet.config
parentbaf534022e51275565777f88da1ddc3292a2017b (diff)
[build] Add VSTest NuGet package source.
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/NuGet.config b/NuGet.config
index 673a29f0e9..e27a75d621 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -3,5 +3,6 @@
<packageSources>
<add key="Nuget Official" value ="https://www.nuget.org/api/v2/" />
<add key="NuGetizer3000" value="https://ci.appveyor.com/nuget/nugetizer3000" />
+ <add key="VSTest" value="https://dotnet.myget.org/F/vstest/" />
</packageSources>
</configuration>