I am trying to get the list of files that changed in a commit in AzureDevOps. Is there an api to get this information ?
I am using this but not able to get the information for files.
var attachment = buildClient.GetAttachmentsAsync(projectName, buildRunId, commititem.Type).Result;
The above code returns empty value.