Script step embedded in a NuGet package #2189
Labels
kind/enhancement
This issue represents an enhancement we are committed to adding to Octopus as some time
Milestone
When creating a script step in Octopus, you can paste a script into a big textarea. We're going to extend this to support choosing a NuGet package that will contain the script, and entering the name of the script within the package to invoke. This step will be able to run on the Octopus server, as well as on Tentacles/SSH machines/etc.
This would support scenarios like:
It would be similar to the standard NuGet package step, but bypasses all the conventions and "installation" of the package. We simply extract, execute the entry point script, then delete the folder.
The text was updated successfully, but these errors were encountered: