SolutionExtensions.

WherePackable(Solution) Method

Summary

Gets the Nuke.Common.ProjectModel.Project that are marked packable.

Syntax

public static IEnumerable<Project> WherePackable(this Solution solution)

Parameters

Name Type Description
solution Solution The solution.

Return Value

Type Description
IEnumerable<Project> An enumerable of projects.