View Full Version : Dtecting C# changes
rfktp
12-17-2008, 11: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, 02:50 PM
You would need to store the version or timestamp of the executable before building and compare afterwards.
rfktp
12-17-2008, 04:56 PM
Some projects the time stamp changes even though the code did not
kinook
12-17-2008, 05: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
vBulletin® v3.8.11, Copyright ©2000-2024, vBulletin Solutions Inc.