For TeamCity to serve a package in it's internal nuget feed, does it require a nuget pack build step?

If I have a build configuration that builds the project and packs the nuget packages using a make file in the source code, will nuget serve the packages if they are in the artifacts folder? Or does it require that TeamCity builds the packages with a nuget pack step?

0
2 comments

Hi Matt,


You can publish NuGet package as TeamCity artifact and they will be available in TeamCity NuGet feed. NuGet pack build step is not required.

0
Avatar
Permanently deleted user

Thanks Alina, and I can confirm that it does exactly as you have said :)

0

Please sign in to leave a comment.