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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-05-06 04:37:34 +0300
committerGreg Munn <greg@sgmunn.com>2017-05-11 19:38:42 +0300
commit42ac18d2520eeed63af6d451634be14d32e6d99b (patch)
tree3995d9cb9704ce6ad585af2d5a641f0a0a59fd42 /NuGet.config
parent56882e40304a6525e6c92cb8f3df1da4f76afe7e (diff)
[AzureFunctions] Add project template
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 b5e8933c61..1a89f21ea2 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -7,5 +7,6 @@
<add key="NuGetizer3000" value="https://ci.appveyor.com/nuget/nugetizer3000" />
<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" />
</packageSources>
</configuration>