Skip to content

Commit

Permalink
autobuild: fix nuget problems - try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
meinname committed Apr 14, 2021
1 parent 363f742 commit 8271db3
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>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 8271db3

Please sign in to comment.