JetBrains / teamcity-azure-storage

TeamCity Azure artifacts storage support plugin
Apache License 2.0
15 stars 7 forks source link

Artifacts are not available via Nuget feed #1

Closed t3r5e closed 6 years ago

t3r5e commented 7 years ago

When this plugin is enabled, the artifacts publish great to Azure storage. However those artifacts are not available to be pulled via the nuget feed. Am I missing a configuration?

dtretyakov commented 7 years ago

@t3r5e, thanks for reporting. It looks like a bug in the NuGet plugin. We'll verify and fix it.

Do you publish nuget packages via NuGet Publish build step or via Artifact paths at the General Build configuration page?

t3r5e commented 7 years ago

@dtretyakov I am using the built in nuget feed that uses the artifact path. Thank you

dtretyakov commented 7 years ago

@t3r5e, could you please try upgrading plugin where was fixed issue with artifacts upload TW-49702.

Could you also please provide detailed error message?

dtretyakov commented 6 years ago

Since TeamCity 2018.1 by default enabled agent side NuGet packages indexing which solves the problem.