BootstrapperBuilder.Build(BuildSettings) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a bootstrapper based on the specified settings.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual Microsoft::Build::Tasks::Deployment::Bootstrapper::BuildResults ^ Build(Microsoft::Build::Tasks::Deployment::Bootstrapper::BuildSettings ^ settings);
public Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults Build (Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings settings);
abstract member Build : Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings -> Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults
override this.Build : Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings -> Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults
Public Function Build (settings As BuildSettings) As BuildResults
Parameters
- settings
- BuildSettings
The properties used to build this bootstrapper.
Returns
The results of the bootstrapper generation