Skip to content

IHasPlatform Interface

Definition

A build which has a platform.

C#
public interface IHasPlatform

Properties

Platform

Gets the platform to build.

C#
string? Platform { get; }