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:
authortherzok <marius.ungureanu@xamarin.com>2018-06-16 21:44:33 +0300
committerMarius Ungureanu <teromario@yahoo.com>2018-06-17 15:50:20 +0300
commitd112991098416e4411e31414392281dd26a6f257 (patch)
tree71588a7a8d08cfcf91471f202b113b03e193314d /NuGet.config
parent2a2000f748455579031c948e176da7d0a0f5d525 (diff)
[Windows] Use MSBuildLocator instead of registry key which sometimes isn't there
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 4b66169671..b0a1d6b431 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -11,5 +11,6 @@
<add key="VSTest" value="https://dotnet.myget.org/F/vstest/" />
<add key="Templating" value="https://dotnet.myget.org/F/templating/" />
<add key="Azure AppService" value="https://www.myget.org/F/azure-appservice/api/v3/index.json" />
+ <add key="MSBuild" value="https://dotnet.myget.org/F/msbuild/api/v3/index.json" />
</packageSources>
</configuration>