Does any event capture JIT timestamp in .NET?
I am looking for a way to record the last JIT of my web application. Sort of an automatic "last updated" for the assemblies. Any suggestions?
The point is to have some tool to track if a change was made only relative to the last update so time accuracy isn't particularly important. Either when it was last built OR JITted would work for my purposes. Thanks.