Skip to content

Commit

Permalink
nuget.config to fix actions ci restore failure (#694)
Browse files Browse the repository at this point in the history
* nuget.config to fix actions ci restore failure

* move nuget conf to repo root
  • Loading branch information
dpvreony authored Apr 7, 2021
1 parent 15f06e8 commit df2782e
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 df2782e

Please sign in to comment.