PublishPipelineArtifact@0 - 发布管道项目 v0 任务
使用此任务将本地目录或文件发布为当前管道的命名项目。
此任务有较新版本。 有关详细信息,请参阅 PublishPipelineArtifact@1。
使用此任务将本地目录或文件发布为当前管道的命名项目。
重要
此任务仅在 Azure DevOps Services 上受支持。 如果在 Azure DevOps Server 上使用,则如果使用 Azure DevOps Server 或 TFS 2018,则会收到类似于Pipeline Artifact Task is not supported in on-premises. Please use Build Artifact Task instead.
“使用发布生成项目”的错误消息。
语法
# Publish Pipeline Artifacts v0
# Publish a local directory or file as a named artifact for the current pipeline.
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'drop' # string. Required. The name of this artifact. Default: drop.
targetPath: # string. Required. Path to publish.
#properties: # string. Custom properties.
# Publish Pipeline Artifacts v0
# Publish a local directory or file as a named artifact for the current pipeline.
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'drop' # string. Required. The name of this artifact. Default: drop.
targetPath: # string. Required. Path to publish.
# Publish Pipeline Artifacts v0
# Publish Pipeline Artifact.
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'drop' # string. Required. The name of this artifact. Default: drop.
targetPath: # string. Required. Path to publish.
输入
artifactName
-
此项目的名称
string
. 必需。 默认值:drop
。
指定项目的名称。
properties
-
自定义属性
string
.
指定要与项目关联的自定义属性。
对所有键使用带有前缀 user-
的有效 JSON 字符串。
任务控制选项
除了任务输入,所有任务都有控制选项。 有关详细信息,请参阅 控制选项和常见任务属性。
输出变量
无。
此任务有较新版本。 有关详细信息,请参阅 PublishPipelineArtifact@1。
重要
此任务仅在 Azure DevOps Services 上受支持。 如果在 Azure DevOps Server 上使用,则如果使用 Azure DevOps Server 或 TFS 2018,则会收到类似于Pipeline Artifact Task is not supported in on-premises. Please use Build Artifact Task instead.
“使用发布生成项目”的错误消息。
要求
要求 | 说明 |
---|---|
管道类型 | YAML、经典版本、经典版本 |
运行平台 | Agent、DeploymentGroup |
需求 | 无 |
功能 | 此任务不满足作业中后续任务的任何要求。 |
命令限制 | 任意 |
可设置变量 | 任意 |
代理版本 | 2.199.0 或更高版本 |
任务类别 | 实用工具 |
要求 | 说明 |
---|---|
管道类型 | YAML、经典版本、经典版本 |
运行平台 | Agent、DeploymentGroup |
需求 | 无 |
功能 | 此任务不满足作业中后续任务的任何要求。 |
命令限制 | 任意 |
可设置变量 | 任意 |
代理版本 | 2.199 或更高版本 |
任务类别 | 实用工具 |