Teamcity plugin backwards compatibility

Hi,

With the switch to .net core we made, we would like to upgrade our teamcity plugin to the latest version. If I read correctly, with dotnet core OctoPack was replaced by dotnet octo.

Does this mean that by updating the plugin our dotnet classic builds that currently use the plugin will fail, or need to be modified ?

Also, what is the difference between dotnet octo pack and dotnet pack ? Could I just use dotnet pack instead to publish to the teamcity nuget feed, or do they do different things ?

Thanks,

Nick

Hi @nick.verhaegen

Thanks for getting in touch!

You will need to update your build pipeline to call the new version of Octo, however both your new and legacy pipelines should be able to use to the new version of Octo. We have a blog post that should hopefully answer the questions that you have, although if it doesn’t please let me know and I’d be happy to find the answers for you.

Regards,
Alex

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.