• 0

[c# .net]Automating Build process?


Question

Hi everybody,

I have few projects, for making setup out of it ,I have to builds these projects in specific order so that version conflict of dll is avoided.

But this is very tedious task,as even if I miss small step then whole setup collapses.

CaN ANY ONE HELP ME OUT TO AUTOMATE THE BUILD PROCESS

:cry:

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Either they build the order you defined in the build script, or the build tool will resolve the dependencies appropriately. What build tool are you using anyway?

Link to comment
Share on other sites

  • 0
Hi everybody,

I have few projects, for making setup out of it ,I have to builds these projects in specific order so that version conflict of dll is avoided.

But this is very tedious task,as even if I miss small step then whole setup collapses.

CaN ANY ONE HELP ME OUT TO AUTOMATE THE BUILD PROCESS

TUSHAR KOMAWAR

:cry:

Version conflict...not sure what you mean. The build tool should resolve any conflict and build properly. You would have to post the error message for anyone to be able to help.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.