Skip to content

Commit

Permalink
Add a default nuget.config
Browse files Browse the repository at this point in the history
Add a default nuget.config to workaround change in nuget behaviour
NuGet/NuGet.Client#3907
chocolatey/choco#2233
NuGet/Home#10804
  • Loading branch information
matt-richardson authored May 10, 2021
1 parent 669df21 commit d4fa3a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="NuGet.org v3" value="https://api.nuget.org/v3/index.json" />
<add key="feedz.io" value="https://f.feedz.io/octopus-deploy/dependencies/nuget" />
<add key="nuget.packages.octopushq.com" value="https://nuget.packages.octopushq.com/" />
</packageSources>
</configuration>

0 comments on commit d4fa3a2

Please sign in to comment.