共用方式為


DownloadFileshareArtifacts@1 - 從檔案共用 v1 工作下載成品

使用此工作從檔案共用下載成品,例如 \\share\drop

Syntax

# Download artifacts from file share v1
# Download artifacts from a file share, like \\share\drop.
- task: DownloadFileshareArtifacts@1
  inputs:
    filesharePath: # string. Required. File share path. 
    artifactName: # string. Required. Artifact name. 
    #itemPattern: '**' # string. Matching pattern. Default: **.
    downloadPath: '$(System.ArtifactsDirectory)' # string. Required. Download path. Default: $(System.ArtifactsDirectory).
  # Advanced
    #parallelizationLimit: '8' # string. Parallelization limit. Default: 8.
# Download Fileshare Artifacts v1
# Download artifacts from a file share e.g \\share\drop.
- task: DownloadFileshareArtifacts@1
  inputs:
    filesharePath: # string. Required. Fileshare path. 
    artifactName: # string. Required. Artifact name. 
    #itemPattern: '**' # string. Matching pattern. Default: **.
    downloadPath: '$(System.ArtifactsDirectory)' # string. Required. Download path. Default: $(System.ArtifactsDirectory).
  # Advanced
    #parallelizationLimit: '8' # string. Parallelization limit. Default: 8.

輸入

filesharePath - 檔案共用路徑
string. 必要。

指定檔案共用路徑 (,例如: \\server\folder) 。


filesharePath - 檔案共用路徑
string. 必要。

指定檔案共用路徑 (,例如: \\server\folder) 。


artifactName - 成品名稱
string. 必要。

指定要下載 (成品的名稱,例如: drop) 。


itemPattern - 比對模式
string. 預設值:**

指定要下載為多行迷你配對模式的檔案。 深入瞭解 檔案比對模式

預設模式 (**) 下載成品中的所有檔案。


downloadPath - 下載路徑
string. 必要。 預設值:$(System.ArtifactsDirectory)

指定下載成品之代理程式電腦上的路徑。


parallelizationLimit - 平行處理限制
string. 預設值:8

指定要同時下載的檔案數目。


工作控制選項

除了工作輸入之外,所有工作都有控制選項。 如需詳細資訊,請參閱 控制項選項和一般工作屬性

輸出變數

無。

備註

使用此工作來下載檔案共用成品。

規格需求

需求 描述
管線類型 YAML、傳統組建、傳統版本
執行于 Agent、DeploymentGroup
要求
Capabilities 此工作不符合作業中後續工作的任何需求。
命令限制 任意
Settable 變數 任意
代理程式版本 2.144.0 或更新版本
工作類別 公用程式
需求 描述
管線類型 YAML、傳統組建、傳統版本
執行于 Agent、DeploymentGroup
要求
Capabilities 此工作不符合作業中後續工作的任何需求。
命令限制 任意
Settable 變數 任意
代理程式版本 所有支援的代理程式版本。
工作類別 公用程式