无法将 nupkg 推送到 Azure DevOps 中的现有源

Unable to PUSH nupkg to the existing feed in Azure DevOps

我正在尝试将 nupkg 推送到 Azure DevOps 中的现有提要。当我使用 Powershell 脚本执行此操作时,即使源有效,我也会收到错误 'The Specified source is invalid.Provide a valid source'。当我尝试使用以下命令重新创建源时,出现错误 'The source specified has already been added to the list of available package sources. Provide a unique source.'

根据 NuGet push command referenceSource 选项值应该是 URL。此外,命令行选项的顺序可能不同。

我会尝试重写如下:

nuget.exe push ALS.Library.1.0.0.nupkg -Source "http://..." -ApiKey "..."