6 references to Pull
Microsoft.NET.Build.Containers (4)
AuthHandshakeMessageHandler.cs (1)
231
else if (mode == RegistryMode.
Pull
)
ContainerBuilder.cs (1)
56
RegistryMode sourceRegistryMode = baseRegistry.Equals(outputRegistry, StringComparison.InvariantCultureIgnoreCase) ? RegistryMode.PullFromOutput : RegistryMode.
Pull
;
Tasks\CreateImageIndex.cs (1)
59
RegistryMode sourceRegistryMode = BaseRegistry.Equals(OutputRegistry, StringComparison.InvariantCultureIgnoreCase) ? RegistryMode.PullFromOutput : RegistryMode.
Pull
;
Tasks\CreateNewImage.cs (1)
61
RegistryMode sourceRegistryMode = BaseRegistry.Equals(OutputRegistry, StringComparison.InvariantCultureIgnoreCase) ? RegistryMode.PullFromOutput : RegistryMode.
Pull
;
Microsoft.NET.Build.Containers.UnitTests (2)
AuthHandshakeMessageHandlerTests.cs (1)
21
[InlineData("DOTNET_CONTAINER_PULL_REGISTRY_UNAME", "DOTNET_CONTAINER_PULL_REGISTRY_PWORD", (int)RegistryMode.
Pull
)]
RegistryTests.cs (1)
465
Registry registry = new(registryUri, logger, RegistryMode.
Pull
, settings: settings);