I have read that the following command allows you to see all changed files of the last commit:
git diff-tree --no-commit-id --diff-filter=d --name-only -r $(Build.SourceVersion)
Unfortunately I have no luck, the command does not show anything. How is that possible? I am currently on a branch called swagger-fix, so maybe the command is not able to see the branch? Thank you for your help.
torek's comment is spot on:
So make sure to include such crucial information in your future questions :)
The solution: unshallow your CI clone or turn of shallow clones altogether.