Skip to content

Commit

Permalink
Fix NuGet.config for ADO pipeline (microsoft#74)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir Morozov <[email protected]>
  • Loading branch information
vmoroz and vmoroz authored Apr 1, 2023
1 parent 4b24805 commit 403c711
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 7 additions & 4 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>
4 changes: 4 additions & 0 deletions test/TestCases/NuGet.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="local" value="../../out/pkg" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>

0 comments on commit 403c711

Please sign in to comment.