Trying to fix Github build pipeline, this seems to be a problem with the Windows images being used to build.

More information in this thread: https://github.com/actions/setup-dotnet/issues/155#issuecomment-761195782
master
Peter Reinhold (FlyveHest) 2021-05-08 19:57:06 +02:00
parent 650089de8f
commit 04801f7401
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>