NuGetPublisher@0 - NuGet 發行者 v0 工作
NuGetPublisher@0已被取代。 請改用 「NuGet」 工作。 它可與新的工具安裝程序架構搭配使用,因此您可以輕鬆地使用新版本的 NuGet,而不需要等待工作更新、為這個組織/集合以外的已驗證摘要提供更好的支援,以及預設使用 NuGet 4。
語法
# NuGet publisher 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: NuGetPublisher@0
inputs:
searchPattern: '**/*.nupkg;-:**/packages/**/*.nupkg;-:**/*.symbols.nupkg' # string. Required. Path/Pattern to nupkg. Default: **/*.nupkg;-:**/packages/**/*.nupkg;-:**/*.symbols.nupkg.
nuGetFeedType: 'external' # 'external' | 'internal'. Required. Feed type. Default: external.
connectedServiceName: # string. Required when nuGetFeedType = external. NuGet Service Connection.
#feedName: # string. Required when nuGetFeedType = internal. Internal Feed URL.
# Advanced
#nuGetAdditionalArgs: # string. NuGet Arguments.
#verbosity: '-' # '-' | 'Quiet' | 'Normal' | 'Detailed'. Verbosity. Default: -.
nuGetVersion: '3.3.0' # '3.3.0' | '3.5.0.1829' | '4.0.0.2283' | 'custom'. Required. NuGet Version. Default: 3.3.0.
#nuGetPath: # string. Path to NuGet.exe.
#continueOnEmptyNupkgMatch: false # boolean. Continue if no packages match the "Path/Pattern to nupkg". Default: false.
輸入
searchPattern
-
nupkg 的路徑/模式
string
。 必須的。 預設值:**/*.nupkg;-:**/packages/**/*.nupkg;-:**/*.symbols.nupkg
。
工作用來比對或路徑 nupkg
要上傳之檔案的模式。 多個模式可以以分號分隔。
nuGetFeedType
-
摘要類型
string
。 必須的。 允許的值:external
(外部 NuGet 摘要)、internal
(內部 NuGet 摘要)。 預設值:external
。
指定目標摘要是內部摘要/集合或外部 NuGet 伺服器。
connectedServiceName
-
NuGet 服務連線
string
。
nuGetFeedType = external
時為必要項。
指定 NuGet 伺服器一般服務連線。 將金鑰 Password/Token Key
字段設定為 NuGet API 金鑰。
feedName
-
內部摘要 URL
string
。
nuGetFeedType = internal
時為必要項。
指定此帳戶中裝載之 NuGet 摘要的 URL。
verbosity
-
詳細資訊
string
。 允許的值:-
、、、Quiet
Normal
。Detailed
預設值:-
。
指定輸出中顯示的詳細數據量。
nuGetVersion
-
NuGet 版本
string
。 必須的。 允許的值:3.3.0
、3.5.0.1829
(3.5.0)、4.0.0.2283
(4.0.0),custom
。 預設值:3.3.0
。
指定要使用的 NuGet 版本或自訂版本。
nuGetPath
-
NuGet.exe 的路徑
string
。
選擇性。 提供 NuGet.exe
的路徑。 將會覆寫版本選取。
continueOnEmptyNupkgMatch
-
如果沒有套件符合 “Path/Pattern to nupkg”
boolean
。 預設值:false
。
如果沒有任何套件符合 searchPattern
字串,則繼續工作,而不是失敗工作。
工作控制選項
除了工作輸入之外,所有工作都有控制選項。 如需詳細資訊,請參閱 控制項選項和一般工作屬性。
輸出變數
沒有。