With PostSharp I am using .psproj files
If I did changes in .psproj file, simple build didn’t recognize that the project has been changed and skipped the project.
I had to manually Rebuild the project.
The fix is to change build type of the .psproj file from none to ‘content’ ( may be other types also will work)