Friday, September 19, 2008

Tip: Skip Orchestration while Compiling

Situation:
When you are working on several orchestrations, and need to compile your work, but one of orchestrations is still not working, but you don't care at the moment as you want to compile the other ones. How to do it?

Solutions:
- Right Click on the Orchestration in the Solution Explorer
- Set Build Action to None



- Compile the project and the orchestration will not be taken care of.

Easy feature!

No comments: