共用方式為


NuGetAuthenticate@0 - NuGet 驗證 v0 工作

此版本的工作已被取代。 請改用 NuGetAuthenticate@1 。 使用此工作來設定 NuGet 工具,以向 Azure Artifacts 和其他 NuGet 存放庫進行驗證。 需要 NuGet > = 4.8.5385、dotnet > = 2.1.400 或 MSBuild > = 15.8.166.59604。

此工作已被取代。

使用此工作來設定 NuGet 工具,以向 Azure Artifacts 和其他 NuGet 存放庫進行驗證。 需要 NuGet > = 4.8.5385、dotnet > = 2.1.400 或 MSBuild > = 15.8.166.59604。

Syntax

# NuGet authenticate v0
# This version of the task is deprecated, use NuGetAuthenticateV1 instead. Configure NuGet tools to authenticate with Azure Artifacts and other NuGet repositories. Requires NuGet >= 4.8.5385, dotnet >= 2.1.400, or MSBuild >= 15.8.166.59604.
- task: NuGetAuthenticate@0
  inputs:
    #nuGetServiceConnections: # string. Service connection credentials for feeds outside this organization. 
    #forceReinstallCredentialProvider: false # boolean. Reinstall the credential provider even if already installed. Default: false.
# NuGet authenticate v0
# Configure NuGet tools to authenticate with Azure Artifacts and other NuGet repositories. Requires NuGet >= 4.8.5385, dotnet >= 2.1.400, or MSBuild >= 15.8.166.59604.
- task: NuGetAuthenticate@0
  inputs:
    #nuGetServiceConnections: # string. Service connection credentials for feeds outside this organization. 
    #forceReinstallCredentialProvider: false # boolean. Reinstall the credential provider even if already installed. Default: false.

輸入

nuGetServiceConnections - 此組織外部摘要的服務連線認證
string.

選擇性。 此組織或集合外部摘要的 NuGet 服務連接 名稱逗號分隔清單。 對於此組織或集合中的摘要,請將此保留空白;組建的認證會自動使用。


forceReinstallCredentialProvider - 即使已安裝認證提供者,仍請重新安裝
boolean. 預設值:false

選擇性。 即使已安裝認證提供者,仍會將認證提供者重新安裝至使用者設定檔目錄。 如果認證提供者已安裝在使用者設定檔中,工作會判斷是否以工作提供的認證提供者覆寫。 這可能會升級 (或可能降級) 認證提供者。


工作控制項選項

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

輸出變數

無。

備註

使用此工作來設定 NuGet 工具,以向 Azure Artifacts 和其他 NuGet 存放庫進行驗證。 需要 NuGet > = 4.8.5385、dotnet > = 2.1.400 或 MSBuild > = 15.8.166.59604。

此版本的工作已被取代。 請改用 NuGetAuthenticate@1 。 設定 NuGet 工具以向 Azure Artifacts 和其他 NuGet 存放庫進行驗證。

規格需求

需求 描述
管線類型 YAML、傳統組建、傳統版本
在 上執行 Agent、DeploymentGroup
要求
Capabilities 此工作不符合作業中後續工作的任何需求。
命令限制 任意
可設定變數 任意
代理程式版本 2.120.0 或更新版本
工作類別 套件

另請參閱