Quantcast
Channel: PostSharp – Michael Freidgeim's Blog
Viewing all articles
Browse latest Browse all 4

Changes in .psproj do not cause re-build

$
0
0

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)

#build, #postsharp


Viewing all articles
Browse latest Browse all 4

Trending Articles