Skip to content
Docs Try Aspire

CopyFilePattern Constructors

Record Constructors 1 member
Represents a file pattern for copying dependency files in a Dockerfile.
Represents a file pattern for copying dependency files in a Dockerfile.
public record CopyFilePattern
{
public CopyFilePattern(
string Source,
string Destination)
{
// ...
}
}
Source string The source pattern for files to copy (e.g., "package*.json").
Destination string The destination path where files should be copied (e.g., "./").