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 de24973 commit 80e3001Copy full SHA for 80e3001
src/Tests/Microsoft.NET.Build.Containers.IntegrationTests/RegistryTests.cs
@@ -39,7 +39,7 @@ public async Task CanReadManifestFromRegistry(string fullyQualifiedContainerName
39
containerTag ??= "latest";
40
41
ILogger logger = _loggerFactory.CreateLogger(nameof(CanReadManifestFromRegistry));
42
- Registry registry = new(registryName, logger, RegistryMode.Pull);
+ Registry registry = new(containerRegistry, logger, RegistryMode.Pull);
43
44
var ridgraphfile = ToolsetUtils.GetRuntimeGraphFilePath();
45
0 commit comments