Add nuget.config (#855)

https://github.com/actions/virtual-environments/issues/3038
This commit is contained in:
Aaron van Geffen 2021-03-27 16:27:17 +01:00 committed by GitHub
parent 86de7364ac
commit 8f26e263a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
nuget.config Normal file
View File

@ -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>