CargoAuthenticate@0 - 为任务运行器) v0 任务 (货物进行身份验证
用于安装 Cargo 箱的货客户端的身份验证任务。
注意
Azure Artifacts 中的 Cargo 支持目前为预览版。
语法
# Cargo authenticate (for task runners) v0
# Authentication task for the cargo client used for installing Cargo crates distribution.
- task: CargoAuthenticate@0
inputs:
configFile: # string. Required. config.toml file to authenticate.
#cargoServiceConnections: # string. Credentials for registries outside this organization/collection.
输入
configFile
- 要进行身份验证的 config.toml 文件
string
. 必需。
config.toml 文件的路径,该文件指定要使用的注册表。 选择文件,而不是文件夹,例如“/.cargo/config.toml”。
cargoServiceConnections
- 此组织/集合外部的注册表的凭据
string
.
用于位于项目的 config.toml 中的外部注册表的凭据。 对于此组织/集合中的注册表,请勿指定此属性;将自动使用生成的凭据。
使用任务助手选择所需的服务连接。
任务控制选项
除了任务输入,所有任务都有控制选项。 有关详细信息,请参阅 控制选项和常见任务属性。
输出变量
无。