Skip to content
Docs Try Aspire

CopyFilePattern Properties

Record Properties 2 members
Represents a file pattern for copying dependency files in a Dockerfile.
Destination Section titled Destination string
The destination path where files should be copied (e.g., "./").
public string Destination { get; init; }
The source pattern for files to copy (e.g., "package*.json").
public string Source { get; init; }