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.
Screenshots
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:
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.
N/A
Screenshots