Comments
1 comment
-
Fixed by creating a custom step template and using:
New-OctopusArtifact "$exportPath\Reports\Changes.html" -Name "$DLMAutomationDatabaseName-Changes.html"
New-OctopusArtifact "$exportPath\Reports\Warnings.xml" -Name "$DLMAutomationDatabaseName-Warnings.xml"
New-OctopusArtifact "$exportPath\Update.sql" -Name "$DLMAutomationDatabaseName-Update.sql"
Add comment
Please sign in to leave a comment.
Is there anyway to apply a custom name to the change script (Changes.sql) and change report (Changes.html). In octopus deploy we are generating multiple change scripts because we have multiple targets to update. So in the artifacts section its a little difficult for our data ops team to review the change scripts and reports, it looks like
This is a little difficult to understand. I looked at the New-DlmDatabaseRelease documentation at https://documentation.red-gate.com/display/SR1/New-DlmDatabaseRelease but couldn't find a way.
Thank you!