OctopusDeploy / Library

| Public | A repository of step templates and other community-contributed extensions to Octopus Deploy
Other
171 stars 504 forks source link

Fixing dynamic download #1389

Closed twerthi closed 1 year ago

twerthi commented 1 year ago

Background

Template allows for dynamically downloading the software to perform the databased migration. Author has changed the method in which the GH asset is being provided from .nupgk to .zip. Code has been updated to account for this (in case he changes his mind again) so that it will properly extract the necessary components for execution.

Results

Determines which asset to download.

Before

Hard-coded to find the .nupkg file.

After

Finds all asset download links and returns them for the most recent version. Filters the .NET Core version and proceeds with extraction.

Pre-requisites

twerthi commented 1 year ago

Doh! Good catch, added that path.