3
votes

I am using a Azure DevOps/VSTS release pipeline to deploy artifacts created during a build, but I am unable to explore the artifacts in the pipeline editor.

VS402864: No artifact type found corresponding to id PipelineArtifact. Make sure that the artifact type extension is available and try again.

enter image description here

I am able to explore the artifact contents just fine on the build summary.

What am I doing wrong?

1

1 Answers

2
votes

It looks like you're using the new (in preview) Pipeline Artifacts feature. Based on the dates of the discussion at the bottom of the Publish Pipeline Artifacts task documentation, I think there are still some defects to be worked through to get it out of preview.

I'd recommend you use Copy Files and Publish Build Artifacts until it comes out of preview.