Skip to content

Commit

Permalink
housekeeping: Add a nuget.config file
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed May 1, 2021
1 parent 811b32e commit 22d742d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
DO NOT REMOVE THIS FILE
There is an issue where the nuget config local cache can play up.
Already had similar issues with the local cache and it containing netcore 3.1 packages.
https://github.com/actions/virtual-environments/issues/1090
-->
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>

0 comments on commit 22d742d

Please sign in to comment.