Skip to content

Commit

Permalink
Add missing nuget8.config
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Sep 29, 2022
1 parent 3a15bdf commit dec9861
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/mono/wasm/Wasm.Build.Tests/data/nuget8.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- Don't use any higher level config files. -->
<fallbackPackageFolders>
<clear />
<!--<add key="local" value="##\c " />-->
</fallbackPackageFolders>
<packageSources>
<clear />
<!-- TEST_RESTORE_SOURCES_INSERTION_LINE -->
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>

0 comments on commit dec9861

Please sign in to comment.