Make a target run once at the Solution level in MSBuild
Posted
by Chandam
on Stack Overflow
See other posts from Stack Overflow
or by Chandam
Published on 2010-03-16T13:30:46Z
Indexed on
2010/03/16
13:36 UTC
Read the original article
Hit count: 150
msbuild
I need a set of tasks that need to be executed exactly once for the entire solution. This will run tasks that will modify each project to run a separate set of tasks for each project. We had done this earlier using a separate project to the solution which had the solution level tasks, but we want to move away from that. Has anyone done this or does anyone have any suggestions on how to implement this?
© Stack Overflow or respective owner