Search code examples
azure-devopsazure-pipelinesazure-service-fabricazure-pipelines-build-task

Service Fabric Update Manifests: Pipeline Artifact


Currently, the Update Service Fabric manifests task within Azure DevOps Pipelines doesn't support the newer Pipeline Artifact type and I assume it's looking for the older Build Artifact instead.

I've checked GitHub, but there doesn't seem to be any indication that this is to be supported (certainly anytime soon). Does anybody know if this is definitely the case?

And also, has anybody come up with a workaround for this? I know there's an option to Override Existing Package Artifact on the task so this could potentially be set to false in order to prevent the task from erroring and then use a mechanism of retrieving the artifact and copying over to the assumed package location manually. All possible with a bit of PowerShell I'm sure.

Update Service Fabric manifests task

UPDATE

Warning message received during build...

Build task warning


Solution

  • After raising this as an issue on GitHub, it has been communicated that the artifact type Pipeline Artifact is not currently supported by the Update Service Fabric manifests build task (as of version 2).

    It has been added to the backlog as an enhancement.

    https://github.com/microsoft/azure-pipelines-tasks/issues/12322