azure-devops-yaml-schema icon indicating copy to clipboard operation
azure-devops-yaml-schema copied to clipboard

the page doesn't appear to be fully documented

Open GreenBattery opened this issue 1 year ago • 0 comments

[Enter feedback here]

It is not clear where the artifacts to be published are sourced from.

For example:

      - task: PublishPipelineArtifact@1
        displayName: 'Publishing manifests as pipeline artifact'
        inputs:
          path: $(Build.Sourcesdirectory)/my-container-name/manifest/
          artifact: 'Manifests'

This task appears to work fine, and publishes what is specified in the path input as Manifests, but you could never come to this conclusion by reading the current documentation of this pipeline task.

Perhaps I'm mistaken in my understanding, or the documentation is incomplete. I'm not sure which.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

GreenBattery avatar Jun 29 '23 11:06 GreenBattery