【发布时间】:2019-02-20 17:11:59
【问题描述】:
指南here给出了下面的示例代码:
- task: DotNetCoreCLI@2
inputs:
command: restore
projects: '**/*.csproj'
feedsToUse: config
nugetConfigPath: NuGet.config # Relative to root of the repository
externalFeedCredentials: <Name of the NuGet service connection>
但我很难知道需要什么来代替 <Name of the NuGet service connection> 甚至 NuGet.config。
Artifactory 上的指南没有使用 YAML,甚至没有提到它,所以我不知道它是否可能。
我的问题:以上是否可能,如果可以,我应该在上面的脚本中包含什么?
【问题讨论】: