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