You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support tags passed into ParseContainerProperties (#239)
A logic error caused ParseContainerProperties to fail if multi-valued
tags were passed into ContainerImageTags. A test error made that non-
obvious.
Fix the tests to use CollectionAssert methods, and invert the check
on TryValidateTags so that when the tags are valid we respect them.
Fixes#236.
Copy file name to clipboardExpand all lines: Microsoft.NET.Build.Containers/ParseContainerProperties.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ public override bool Execute()
118
118
Log.LogError(null,"CONTAINER003","Container.InvalidTag",null,0,0,0,0,$"Invalid {nameof(ContainerImageTag)} provided: {{0}}. Image tags must be alphanumeric, underscore, hyphen, or period.",ContainerImageTag);
0 commit comments