I am trying to see if there is a way that I can tell while files have changed during a build, we are wanting to run this pipeline a few times a day, and I only what the files that have changed in that build, I found this article, which is somewhat close but we do not have the file structure like they do so just plugging in a few variables will not work in this case How to get only changed files using Azure devops pipelines
the problem that I am running into is the artifcat from the build over-writes what is on our share during the publish process so I have no way to compare this folder with another.
Any suggestions would be great!
Thanks all!