When I download files from an Azure Repo the date modified is changed on all files which prevents deployed files having this data

Viewed 16

In an build pipeline when the agent gets the files from the Repo and then either with a copy files, publish artifact or even just one archive task the files always get the date modified overwritten to the current server date time of the agent. This means when deploying the files we can't see when the files were actually last updated.

0 Answers
Related