Reference specific version of a package in Script Step

Hello!

I have fairly complex “Execute C#-script”-step. And I need to reference package from my organization’s private NuGet-feed, that I’ve added to Octopus. There is awesome way to do this. But the thing is that I might need to reference specific version of the package from feed (e. g., 2.1.0). And I don’t see a way to perform such a reference in the step UI. Please, show me the way :slight_smile:

Hi @VassyutovichIlya,

Thanks for getting in touch! Currently the only way to select which version of package to be referenced is during the release creation. Steps inside of the deployment process do not have context on what package version are used, these are generally all selected at release creation time.

Does this help?

Let me know if you have any further thoughts or questions here.

Best regards,
Daniel

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