It's all about the answers!

Ask a question

BIN DIRECTORY IN VISUAL STUDIO IDE


Leandro Leal (14614245) | asked Oct 21 '11, 4:29 p.m.
I am working with RTC and I have a component where I upload compiled objects, but, the IDE Visual Studio ignores the bin directory when I compile, how I can do to not ignore?

Thanks in advance

One answer



permanent link
Prabodh Mairh (3812) | answered Oct 24 '11, 5:28 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
I am working with RTC and I have a component where I upload compiled objects, but, the IDE Visual Studio ignores the bin directory when I compile, how I can do to not ignore?

Thanks in advance


RTC uses ignore rules to filter out contents which should not be source controlled. While sharing a solution, a dialog called "Review Ignored Resources" comes up. It lists all the ignore patterns for the project (default for first time share), and shows ignored files/folders in red fonts. You will find "debug" and "release" directories under the list of ignored patterns by default. You can remove these ignore patterns from the list, and RTC won't ignore them for source-controlling.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.