Hello,
I’m in the work to create a custom step template that should with some PowerShell be executed on the Octopus server but read the latest package for a project in the built in nuget feed.
I can’t use the ‘Deploy a package’ template because it needs to have tentacles. I do not have any machines and the contents of the nuget package is only some json files that I like to use in AWS Cli calls. Calls that will deploy AWS CloudFormation templates.
I hope above can give a view of what I’m trying to accomplish and I’m happy for any sample or comments on how to do this.