PDA

View Full Version : Dtecting C# changes


rfktp
12-17-2008, 10:25 AM
Does anyone know of a way to detect if a new version of a binary from C# was built.

The output just says how many projects built, not which ones were successful.

kinook
12-17-2008, 01:50 PM
You would need to store the version or timestamp of the executable before building and compare afterwards.

rfktp
12-17-2008, 03:56 PM
Some projects the time stamp changes even though the code did not

kinook
12-17-2008, 04:00 PM
Then you would probably need to make a copy of the executable before and compare it afterwards.
http://www.ss64.com/nt/fc.html