Skip to content

Commit d4cbfa5

Browse files
Add Nuget.config (#102)
1 parent 9a27f0a commit d4cbfa5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NuGet.config

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

0 commit comments

Comments
 (0)