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
This commit is contained in:
parent
650089de8f
commit
04801f7401
8
nuget.config
Normal file
8
nuget.config
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user