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:
-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>