Summary
Gets the
Nuke.Common.ProjectModel.Project
that are marked packable.
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke - Containing Type
- SolutionExtensions
Syntax
public static IEnumerable<Project> WherePackable(this Solution solution)
Parameters
Name | Type | Description |
---|---|---|
solution | Solution | The solution. |
Return Value
Type | Description |
---|---|
IEnumerable |
An enumerable of projects. |