Octopack for .vbproj

We’re trying to include octpack in an old VB project but it looks like the octopack task isn’t being picked up during our build process in TeamCity like it does with our .csproj projects. Is there a trick to get Octopack to run the nuget packaging on legacy VB projects?

Hi James,

Thanks for reaching out! Unfortunately there’s no trick for this. The recommended way to do this would be to invoke Octo.exe pack or Nuget.exe pack at the end of your build process to create a nuget package out of the output of your build.

Best regards,
Dalmiro

That’s the route I ended up going, thanks!

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