2 writes to NewContainerTags
Microsoft.NET.Build.Containers (2)
Tasks\ParseContainerProperties.cs (2)
80NewContainerTags = Array.Empty<string>(); 172NewContainerTags = validTags;
1 reference to NewContainerTags
Microsoft.NET.Build.Containers (1)
Tasks\ParseContainerProperties.cs (1)
182Log.LogMessage(MessageImportance.Low, "Image Tags: {0}", string.Join(", ", NewContainerTags));