Skip to content

Commit f1a19ae

Browse files
authored
Create nuget.config (#2736)
1 parent 8b30809 commit f1a19ae

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

nuget.config

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
DO NOT REMOVE THIS FILE
4+
There is an issue where the nuget config local cache can play up.
5+
Already had similar issues with the local cache and it containing netcore 3.1 packages.
6+
https://github.com/actions/virtual-environments/issues/1090
7+
-->
8+
<configuration>
9+
<packageSources>
10+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
11+
</packageSources>
12+
</configuration>

0 commit comments

Comments
 (0)