Skip to content

Commit

Permalink
Merge pull request #2032 from ITaluone/issue-2031
Browse files Browse the repository at this point in the history
Fix nuget config to be able to restore/build the project when having custom HTTP nuget sources
  • Loading branch information
jnyrup committed Nov 19, 2022
2 parents 9bb74f1 + d4f5ea6 commit 27948b0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nuget.config
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
</configuration>

0 comments on commit 27948b0

Please sign in to comment.