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

Asked

Viewed 56 times

2

Community, when I went to compile a project I received the message that should mark the option Deploy. Hence a doubt arose, I would like an explanation (the more detailed the better :) on the option Deploy (Project-Properties) of Visual Studio.

Right here on the Stov I found:

Deployment or Deployment consists of a number of activities necessary to obtain a program available for use outside a development environment (for example, on websites, Pcs, smartphones and/or tablets).

But it did not fully clarify my doubt.

inserir a descrição da imagem aqui

1 answer

2


It is common in a Solution to have several projects. Some of these projects we would not like to be on the application deploy.

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

  • I liked the answer, if possible try to add more details as, for example, what happens if you check the Deploy option without need? Is the build longer? Can you make it harder to debug the project? etc...

Browser other questions tagged

You are not signed in. Login or sign up in order to post.