Where are release notes published for the Powershell modules?
Sean_Lively
Posts: 27 Bronze 2
I spent last night and today trying to figure out why a SCA build on TeamCity started to fail after a commit. The error had nothing to do with the changes, and then suddenly it's working again.
Digging in further I noticed the SCA module is different between 2 build servers, and sure enough:
https://www.powershellgallery.com/packages/SqlChangeAutomation/4.4.22179.30799
I've already pinned my build processes to 4.4.22179.30799, but now I need to monitor release notes.
Digging in further I noticed the SCA module is different between 2 build servers, and sure enough:
https://www.powershellgallery.com/packages/SqlChangeAutomation/4.4.22179.30799
I've already pinned my build processes to 4.4.22179.30799, but now I need to monitor release notes.
Tagged:
Answers
You can find the module release notes here
https://documentation.red-gate.com/sca/release-notes-and-other-versions/powershell-module-release-notes
To pull down the latest from the gallery directly you could use the following command
Update-Module SqlChangeAutomation
https://documentation.red-gate.com/sca/getting-started/installation/installing-and-updating-powershell-components.