Library
Library copied to clipboard
Issue with grate Database Migrations
Step template
grate Database Migrations
Step version
No response
Octopus version
No response
Step template parameter inputs
No response
What happened
The PS script falls back to grate.dll being providet as part of deployed artifact, but in reality grate is now an exe, so the step fails. The script does contain the execution path for an .exe version of grate, it just doesn't reach it due to a minor bug. Please update the plugin to also use an .exe supplied within the deployment artifact.
Reproduction steps
Supply the current grate.exe Uncheck the "download" box Expected: should be able to "find" and use grate.exe Actual: errors that "grate.dll cannot be found"
More Information
No response