Solution Properties | MSBuild Extension Pack Help 4.0.12.0 |
The Solution type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConnectionTimeout |
Gets or sets the timeout in minutes for connecting to Crm Service. Default is 3 minutes.
|
|
EnableSdkProcessingSteps |
Sets whether to enable any SDK message processing steps included in the Solution. Default is true.
|
|
ExportAsManagedSolution |
Sets whether the Solution to be exported as a managed Solution. Default is true.
|
|
Extension |
Sets the extension of the Solution file for import or export.
|
|
Name |
Sets the Name of the Solution. While exporting the Solution file will be named same as the Solution's name.
|
|
OrganizationUrl |
Sets the Url of the Organization, where the Solution is imported to.
|
|
OverwriteCustomizations |
Sets whether to overwrite any unmanaged customizations or not. Default is true.
|
|
Path |
Sets the directory path where the Solution is imported or exported to.
If a path is not set, the file is read or written from the MSBuild script's directory path.
|
|
Version |
Sets the Version of the Solution.
|
See Also