LocalCakeAliases.

GetArtifacts(ICakeContext, string) Method

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
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
glob string The glob.

Return Value

Type Description
IEnumerable<FilePath> IEnumerable{FilePath}.