Skip to content

Commit 8260300

Browse files
committed
Update test NuGet.config for main branch
1 parent 6a8107a commit 8260300

File tree

1 file changed

+6
-1
lines changed
  • tests/Microsoft.DotNet.Docker.Tests/TestAppArtifacts

1 file changed

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

0 commit comments

Comments
 (0)