IXamarinBuild Interface

Summary

Base build plan for Xamarin based applications
IXamarinBuild

Syntax

public interface IXamarinBuild : IRocketBoosterBuild

Attributes

Type Description
NullableContextAttribute

Properties

Name Value Summary
BaseBundleIdentifier string
Gets the base bundle identifier for the application.
Build Target
msbuild
Configuration XamarinConfiguration
Configuration to build - Default is 'DebugMock' (local) or 'Mock' (release)
IsOsx Expression<Func<bool>>
A value indicated whether the build host is OSX.
Package Target
package the application
Restore Target
nuget restore
Test Target
xunit test

Extension Methods