Skip to content

Commit

Permalink
Merge pull request #243 from 0x0ade/fix-repack
Browse files Browse the repository at this point in the history
Update nuget.config to also add nuget.org feed (Thanks, Azure)
  • Loading branch information
pardeike committed Jan 26, 2020
2 parents d3c7a06 + c97ea51 commit fb13930
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 fb13930

Please sign in to comment.