Invokes MSBuild. If the build is suspended, waits until it is resumed to invoke it.
Overload List
| Name | Description | |
|---|---|---|
![]() |
CallMSBuild(String) | Invokes MSBuild for the supplied target. If the build is suspended, waits until it is resumed to invoke it. |
![]() |
CallMSBuild(String, IVsOutputWindowPane) | Invokes MSBuild for the supplied target and logs build errors to the output window. If the build is suspended, waits until it is resumed to invoke it. |
![]() |
CallMSBuild(String, String) | Invokes MSBuild for the supplied target with the supplied configuration. If the build is suspended, waits until it is resumed to invoke it. |
![]() |
CallMSBuild(String, IVsOutputWindowPane, String) | Invokes MSBuild for the supplied target with the supplied configuration, and logs build errors to the output window. If the build is suspended, waits until it is resumed to invoke it. |
Top
.gif)