CopyFilePattern(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a file pattern for copying dependency files in a Dockerfile.
public CopyFilePattern(string Source, string Destination);
new Aspire.Hosting.JavaScript.CopyFilePattern : string * string -> Aspire.Hosting.JavaScript.CopyFilePattern
Public Sub New (Source As String, Destination As String)
Parameters
- 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., "./").