I\'m in a CI environment using VSTS and I want to get the commit comment to set him into a text file.
Here are my build step :
The idea is to copy the GIT comm
You can create a power-shell script task in the build definition to get the commit comment and write it to a text file via Rest API.