有什么方法可以从 TeamCity 下载软件包 (Nuget)?

Is there any way to download Packages (Nuget) from TeamCity?

我需要从 team city build 中提取依赖项。有谁知道如何从那里下载软件包?

刚刚向 https://your.teamcity.url.com/repository/download/YourBuildConfigurationId/123:id/path/to/artifact.nupkg 发送了一个请求,其中 123 是您感兴趣的构建 ID。

有关身份验证的详细信息,请参阅documentation