Skip to content

Commit 64fac01

Browse files
authored
Merge pull request #1125 from OctopusDeploy/v3feed
Use v3 Feedz NuGet api
2 parents dcc5373 + 491edcf commit 64fac01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<packageSources>
77
<add key="NuGet.org v3" value="https://api.nuget.org/v3/index.json" />
88
<add key="NuGet.org" value="https://www.nuget.org/api/v2/" />
9-
<add key="feedz.io" value="https://f.feedz.io/octopus-deploy/dependencies/nuget" />
9+
<add key="feedz.io" value="https://f.feedz.io/octopus-deploy/dependencies/nuget/index.json" />
1010
<add key="nuget.packages.octopushq.com" value="https://nuget.packages.octopushq.com/" />
1111
</packageSources>
1212
</configuration>

0 commit comments

Comments
 (0)