NuGet@0 - NuGet 命令 v0 工作
NuGet@0已被取代。 請改用 NuGetCommand 工作。 它可與新的工具安裝程序架構搭配使用,因此您可以輕鬆地使用新版本的 NuGet,而不需要等待工作更新、為這個組織/集合以外的已驗證摘要提供更好的支援,以及預設使用 NuGet 4。
語法
# NuGet command v0
# Deprecated: use the “NuGet” task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this organization/collection, and uses NuGet 4 by default.
- task: NuGet@0
inputs:
command: # string. Required. Command.
#arguments: # string. Arguments.
輸入
command
-
命令
string
。 必須的。
指定要執行的 NuGet 命令。 將值設定為 Custom
,以新增自變數或使用不同的命令。 允許的值為 restore
、pack
、custom
和 push
。
arguments
-
自變數
string
。
指定將傳遞至 NuGet.exe
執行的命令和自變數。 如果使用 NuGet 3.5 或更新版本,則會針對此組織或集合中專案集合建置服務有權存取的任何摘要,list
、restore
和 publish
等已驗證的命令。
工作控制選項
除了工作輸入之外,所有工作都有控制選項。 如需詳細資訊,請參閱 控制項選項和一般工作屬性。
輸出變數
沒有。
需求
要求 | 說明 |
---|---|
管線類型 | YAML、傳統組建、傳統版本 |
執行於 | Agent、DeploymentGroup |
需求 | 沒有 |
功能 | 此工作不符合作業中後續工作的任何需求。 |
命令限制 | 任意 |
Settable 變數 | 任意 |
代理程式版本 | 2.144.0 或更新 |
工作類別 | 套件/包裹 |
要求 | 說明 |
---|---|
管線類型 | YAML、傳統組建、傳統版本 |
執行於 | Agent、DeploymentGroup |
需求 | 沒有 |
功能 | 此工作不符合作業中後續工作的任何需求。 |
命令限制 | 任意 |
Settable 變數 | 任意 |
代理程式版本 | 2.115.0 或更新 |
工作類別 | 套件/包裹 |