Download Fileshare Artifacts task
Azure DevOps Services
Use this task to download fileshare artifacts.
YAML snippet
# Download artifacts from file share
# Download artifacts from a file share, like \\share\drop
- task: DownloadFileshareArtifacts@1
inputs:
filesharePath:
artifactName:
#itemPattern: '**' # Optional
#downloadPath: '$(System.ArtifactsDirectory)'
#parallelizationLimit: '8' # Optional
Arguments
| Argument | Description |
|---|---|
| Fileshare path | (Required) Example \server\folder |
| Artifact name | (Required) The name of the artifact to download. |
| Matching pattern | (Optional) Specify files to be downloaded as multiline minimatch patterns. More Information. The default pattern ( |
| Download path | (Required) Path on the agent machine where the artifacts will be downloaded. |
| Parallelization limit | (Optional) Number of files to download simultaneously. |
Task control options
Open source
This task is open source on GitHub. Feedback and contributions are welcome.
Maklum balas
Kirim dan lihat maklum balas untuk