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
AzureDevOpsBuild.GetArtifact and AzureDevOpsBuild.LinkArtifact can fail when ToAzureDevOpsArtifactResource tries to parse the artifact type.
Since the value which is coming from Azure DevOps can be lowercase (e.g. in case of Azure DevOps Server), the comparison should be case-insensitive.
The text was updated successfully, but these errors were encountered:
christianbumann
changed the title
ToAzureDevOpsArtifactResource should try-parse case insensitive instead of case sensitive
ToAzureDevOpsArtifactResource should try-parse the artifact type case insensitive instead of case sensitive
Oct 10, 2023
pascalberger
changed the title
ToAzureDevOpsArtifactResource should try-parse the artifact type case insensitive instead of case sensitive
Artifact types should be handled case insensitive
Oct 10, 2023
AzureDevOpsBuild.GetArtifact
andAzureDevOpsBuild.LinkArtifact
can fail whenToAzureDevOpsArtifactResource
tries to parse the artifact type.Since the value which is coming from Azure DevOps can be lowercase (e.g. in case of Azure DevOps Server), the comparison should be case-insensitive.
The text was updated successfully, but these errors were encountered: