Binding hudson build number in C# project

Posted by Sukan on Stack Overflow See other posts from Stack Overflow or by Sukan
Published on 2010-03-09T06:53:53Z Indexed on 2010/03/09 7:21 UTC
Read the original article Hit count: 235

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about hudson