forcing build to use the specified NuGet.Config which usses the link.

This commit is contained in:
Robin Krom
2020-05-06 22:52:56 +02:00
parent 0d557c529e
commit 8ad5329260

6
src/NuGet.Config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nugetv3" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>