Summary
Base build plan for Xamarin based applications
- Assembly
- Rocket
.Surgery .Nuke .Xamarin .dll - Namespace
- Rocket
.Surgery .Nuke .Xamarin - Interfaces
- Base Types
-
- NukeBuild
- RocketBoosterBuild
<XamarinConfiguration>
- Derived Types
Syntax
public abstract class XamarinBuild : RocketBoosterBuild<XamarinConfiguration>,
IRocketBoosterBuild<XamarinConfiguration>, IRocketBoosterBuild
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Constructors
| Name | Summary |
|---|---|
| XamarinBuild |
Initializes a new instance of the XamarinBuild class.
|
Properties
| Name | Value | Summary |
|---|---|---|
| IsOsx | Expression |
A value indicated whether the build host is OSX.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Build |
ITargetDefinition |
msbuild
static
|
| Restore |
ITargetDefinition |
nuget restore
static
|
| Test |
ITargetDefinition |
test
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
