![]() |
Detecting C# changes
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. |
You would need to store the version or timestamp of the executable before building and compare afterwards.
|
Some projects the time stamp changes even though the code did not
|
Then you would probably need to make a copy of the executable before and compare it afterwards.
http://www.ss64.com/nt/fc.html |
All times are GMT -5. The time now is 11:40 PM. |
Copyright © 1999-2023 Kinook Software, Inc.