Skip to content

Commit f136731

Browse files
committed
add nuget.config
1 parent 8bb9103 commit f136731

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: nuget.config

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
6+
<add key="arcade" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
7+
</packageSources>
8+
</configuration>

0 commit comments

Comments
 (0)