Skip to content

Commit

Permalink
CSharp: Add default nuget.config. Fixes random CI build failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
rokups committed Apr 2, 2021
1 parent e91327b commit e767fef
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 e767fef

Please # to comment.