Search code examples
.netjenkinsmsbuildjenkins-pluginsjenkins-cli

Change SharedAssembly Info Jenkins


change assembly version screen shot

I'm trying to use Change Assembly Version Plugin to stamp my SharedAssemblyInfo.cs with the latest build number. At the moment its not doing anything the Assembly version remains the same as in git, doesn't report any errors and there's nothing much in the build log either. i have attached the screen shots of my SharedAssemblyInfo.cs and console output below. Am I missing something here ?

Thanks in advance

console output

SharedAssemblyInfo.cs


Solution

  • Please try adding **/ in front of the file name as follows.

    **/SharedAssemblyInfo.cs