Getting issue on AzureDevOpsBuildArtifact - Unexpected value for artifact type 'PipelineArtifact' #3651
Unanswered
santhoshmohanr
asked this question in
Extension Q&A
Replies: 1 comment 1 reply
-
Are you using pipeline artifacts in your builds? Seems like they are not known to the corresponding enum in Cake: https://cakebuild.net/api/Cake.Common.Build.AzurePipelines.Data/AzurePipelinesArtifactType/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am trying to get AzurePipelineArtifactDetails using AzureDevOpsBuildArtifact class. I am getting following issue,
An error occurred when executing task 'UnZipArtifact'. Error: One or more errors occurred. Unexpected value for artifact type 'PipelineArtifact'
Implementation :
Please help here to resolve the issue.
Beta Was this translation helpful? Give feedback.
All reactions