I seem to be running into issues with versioning in Jenkins using MSBuild.
I am using Change Assembly Version Plugin which successfully updates the AssemblyInfo.cs file in the workspace folder.
Using MSBuild on the server via CMD, MSBUILD ProjectSolution.sln
successfully builds the solution, placing the files in bin/debug folder & the version of the executable is the version changed by the plugin. However, when i trigger the build in Jenkins, the build is successful and files are placed in bin/debug folder, but the version of the executable is the default version.
Help please ...