Skip to content

Commit

Permalink
Re-order feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Oct 11, 2023
1 parent 22f1e69 commit b5f6e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuget.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<clear/>
<add key="azure-public" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/nuget/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit b5f6e0b

Please sign in to comment.