Accessing release description from .ps1
fredendrix
Posts: 32
Hi!
I try to figure out how to access release informations from within the postdeploy.ps1 file.
For example, a deployment was made from DM command line, including releasenotefile switch. While deploying, i would like to access those release notes ("release description" in DM UI) from ps script in order to email those notes...
Any idea?
Thanks!
I try to figure out how to access release informations from within the postdeploy.ps1 file.
For example, a deployment was made from DM command line, including releasenotefile switch. While deploying, i would like to access those release notes ("release description" in DM UI) from ps script in order to email those notes...
Any idea?
Thanks!
Comments
The project description, release notes, and deployment comments will all be available as separate variables for the PowerShell.
I'm hoping that this will make tomorrow's (Wed 11th September) release, but if we don't get it tested in time, then it might get pushed to next Wednesday's release.
David
There are now 3 new variables for the PowerShell:
* RedGateProjectDescription * RedGateReleaseNotes * RedGateDeploymentComments