Show / Hide Table of Contents

Interface IHasSolution

A build which has a solution.

Namespace: Microsoft.XboxStudios.NukeExt
Assembly: NukeExt.Components.dll
Syntax
public interface IHasSolution

Properties

View Source

Solution

Gets the solution to build.

Declaration
Solution? Solution { get; }
Property Value
Type Description
Solution
  • View Source
In this article
Back to top Generated by DocFX