Binding hudson build number in C# project
- by Sukan
Hi,
Is there a way to bind the hudson successful build's number in the C# WPF application?
Meaning, on running the exe after building I want to show the build number say 10 in my application somewhere.
In project configuration file, I have used ${BUILD_NUMBER}, that a hudson understands and creates a build with the revision number. If I build the Project revision # 10, I get 10.exe.
Can I have something that will show this number somewhere in my application?
Hope I am clear. Please help.