Skip to content

Commit

Permalink
Update nuget.config to also add nuget.org feed (Thanks, Azure)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0ade committed Jan 26, 2020
1 parent 17781e5 commit c97ea51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nuget.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="DevBuilds" value="https://pkgs.dev.azure.com/MonoMod/MonoMod/_packaging/DevBuilds/nuget/v3/index.json" />
<clear />
<add key="MonoMod DevBuilds" value="https://pkgs.dev.azure.com/MonoMod/MonoMod/_packaging/DevBuilds/nuget/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>

0 comments on commit c97ea51

Please sign in to comment.