Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ServiceFabricUpdateManifestsV2: Unrecognized artifact type 'PipelineArtifact' #12322

Closed
smdonoghue opened this issue Feb 10, 2020 · 1 comment

Comments

@smdonoghue
Copy link

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: Feature

Enter Task Name: ServiceFabricUpdateManifestsV2

throw (Get-VstsLocString -Key UnrecognizedArtifactType -ArgumentList $artifact.resource.type)

Environment

  • Azure Pipelines

Issue Description

When attempting to update Service Fabric manifests within a build pipeline, during the retrieval of the previous build artifact for comparison we receive warning messages indicating:

##[warning]Failed to communicate with Azure Pipelines: Unrecognized artifact type 'PipelineArtifact'
##[warning]Could not find previous build to compare against.

The task then proceeds to update the version of every service due to this issue, which isn't ideal.

We have recently moved to using the Publish Pipeline Artifacts over the older Publish Build Artifacts so I'm guessing it's just a case that this task does not yet support the newer artifact type.

Is this something we could look to support moving forwards?

image
Image 1: Task setup

image
Image 2: Build log warning messages

@anuragc617
Copy link
Contributor

@smdonoghue thanks for reporting this. Currently we don't support artifact type 'PipelineArtifact', we have added this enhancement in our backlog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants