1 write to OutputRegistry
Microsoft.NET.Build.Containers (1)
Tasks\CreateImageIndex.Interface.cs (1)
88OutputRegistry = string.Empty;
2 references to OutputRegistry
Microsoft.NET.Build.Containers (2)
Tasks\CreateImageIndex.cs (2)
59RegistryMode sourceRegistryMode = BaseRegistry.Equals(OutputRegistry, StringComparison.InvariantCultureIgnoreCase) ? RegistryMode.PullFromOutput : RegistryMode.Pull; 68OutputRegistry,