Without logging into the destination web server and checking the Date Modified on the project's DLL file, how would I determine the date / time I last published a web application project from Visual Studio 2015?
- Using the built-in Publish Web feature
- Using Web Deploy as the Publish Method
Edit:
{project}.dll
gets a new Date Modified in the bin
folder, and even in the obj\{PublishProfileName}
folder on a Rebuild. I was really hoping the latter would answer my question about when we last published from the machine runnning VS.
I was trying to determine what happened after the fact. Something similar to the question here Where can I view Web Deployment history?. I also only see Errors, not Connection Info. Wondering if there's somewhere else to look in my scenario.