Summary
Gets the artifacts.
- Assembly
- Rocket
.Surgery .Cake .dll - Namespace
- Rocket
.Surgery .Cake - Containing Type
- LocalCakeAliases
Syntax
public static IEnumerable<FilePath> GetArtifacts(this ICakeContext context, string glob)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| glob | string | The glob. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
IEnumerable{FilePath}. |
