We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28ff12 commit ae28cf6Copy full SHA for ae28cf6
tests/Microsoft.DotNet.Docker.Tests/TestAppArtifacts/NuGet.config
@@ -1,2 +1,10 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<configuration></configuration>
+<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
+ <add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
7
+ <add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
8
+ <add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-44c449ac/nuget/v3/index.json" />
9
+ </packageSources>
10
+</configuration>
0 commit comments