What is the function of the Deploy option in Visual Studio?

2

Community, when I was compiling a project I got the message that should check the Deploy option. Then there was a question, I would like an explanation (the more detailed the better :)) about Visual Studio's Deploy ( Project - Properties )

Right here on StOv I found:

  

Deployment or deployment consists of a series of activities   necessary to obtain a program available for use outside a   development environment (for example, on web sites, PCs,   smartphones and / or tablets).

But you have not fully clarified my doubt.

    
asked by anonymous 14.04.2015 / 01:07

1 answer

2

It is common in a solution to have multiple projects. Some of these projects we would not like them to be in deploy of the application.

Example of such a project? One that contains only unit tests. A project like this within the solution should not go into application deploy. Therefore, it should not be marked to deploy in this configuration window.

    
14.04.2015 / 01:22