Interface IHasSolution
A build which has a solution.
Namespace: Microsoft.XboxStudios.NukeExt
Assembly: NukeExt.Components.dll
Syntax
public interface IHasSolution
Properties
View SourceSolution
Gets the solution to build.
Declaration
Solution? Solution { get; }
Property Value
Type | Description |
---|---|
Solution |