Options

Populate release_version and/or package_version?

I'm now able to populate the release_version column in the __migration Log table via powershell using:

$SqlCmdVersionVariables = @{ReleaseVersion = "1.1.0-build 1"}

NewDatabaseRelease ... -SqlCmdVariables $SqlCmdVariables

However, I'm currently not using direct powershell scripts in my process. I'm using the step templates in octopus.

How do I get octopus to populate these columns?

TIA,

-Peter
Tagged:

Best Answers

Answers

Sign In or Register to comment.