housekeeping: add a nuget.config file
This commit is contained in:
Родитель
73b6803b03
Коммит
1adebdb737
|
@ -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>
|
Загрузка…
Ссылка в новой задаче