-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
This is the preferred solution to #5704. In order to more accurately validate user experience, we should use the default NuGet configuration for scenario tests in both main and nightly (except for pre-release versions of .NET, which require a special NuGet feed).
The relevant NuGet configs that we use today are here:
- nightly: https://github.com/dotnet/dotnet-docker/blob/5492718d4ddb6949b3853aac148b784a6572c8fe/tests/Microsoft.DotNet.Docker.Tests/TestAppArtifacts/NuGet.config.nightly
- main: https://github.com/dotnet/dotnet-docker/blob/5492718d4ddb6949b3853aac148b784a6572c8fe/tests/Microsoft.DotNet.Docker.Tests/TestAppArtifacts/NuGet.config
Once this is complete, the workaround from #5786 should be removed.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done