Skip to content

[Bug] Use Azure cloud storage when building the docs #719

Description

@turbobobbytraykov

Description

The local NFS storage is dangerous as it continuously runs out of storage. Use Pipeline Artifacts with Azure cloud storage instead for the build pipeline - like so:

  • task: PublishPipelineArtifact@1
    inputs:
    targetPath: 'build'
    artifact: 'docs_site'
    publishLocation: 'pipeline'

NB: You will also need to adjust the relevante Azure DevOps release pipeline to use this pipeline artifact instead of the older build artifact.

  • Topic Link:
    N/A

Screenshots

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions