NuGet pack and push selected projects by a pattern

For one solution I'd like to pack and push all project under particular folders. And for another i'd like to pack and publish projects using naming conventions. Is it possible to do without a script?
P.S. please consider i'm quite new to the teamcity and ops

0
1 comment

Hi Fedor,

If you add a "Nuget Pack" or a "Nuget Publish" step to your build (or both), you will be able to see that when selecting the packages, you can add wildcards, so it should be possible to filter by naming conventions or folders easily. Please give it a try, if you have any issue, don't hesitate to ask.

For more info on those two runners, please check this articles in our doc:
https://confluence.jetbrains.com/display/TCD10/NuGet+Pack
https://confluence.jetbrains.com/display/TCD10/NuGet+Publish

0

Please sign in to leave a comment.