1 write to OutputRegistry
Microsoft.NET.Build.Containers (1)
Tasks\CreateNewImage.Interface.cs (1)
196OutputRegistry = "";
2 references to OutputRegistry
Microsoft.NET.Build.Containers (2)
Tasks\CreateNewImage.cs (2)
83RegistryMode sourceRegistryMode = BaseRegistry.Equals(OutputRegistry, StringComparison.InvariantCultureIgnoreCase) ? RegistryMode.PullFromOutput : RegistryMode.Pull; 92OutputRegistry,