touchifyapp / vsts-changed-files

Azure DevOps pipeline task to get changed files since last succeeded build
MIT License
12 stars 6 forks source link

Expose changed files list #23

Open jvmlet opened 2 years ago

jvmlet commented 2 years ago

Would you please expose the list of actually changed files (semicolon delimited ) in addition to the boolean flag ?

SomaticIT commented 2 years ago

It should be possible. However, due to the lack of time and requests on this feature, I would suggest to try to implement it using a PR.

What you should know:

ncook-hxgn commented 2 years ago

This issue would make this task do what the first line of the README.md say it does:

image

Otherwise, a CI trigger and appropriate pipeline and build policy for a merge would do the trick, I think.

Perhaps this should be an issue to ask for the documentation to be make accurate representation of the feature set?