SolutionBuild::Deploy Method (Boolean)
Visual Studio 2015
Causes each project in the active solution configuration that is marked for deployment to deploy.
Assembly: EnvDTE (in EnvDTE.dll)
When invoked, Deploy initiates a build. If you set WaitForBuildToFinish to false — that is, control returns immediately after initiating a build — you can use the OnBuildDone event to determine when the build is complete.
Show: