Interface: BuildProduct
December 9, 2025 ยท View on GitHub
@sdeverywhere/plugin-deploy / BuildProduct
Interface: BuildProduct
Describes a build product that will be copied to the deployment directory.
Properties
displayName
Optional displayName: string
The name of the build product as used in the link in the top-level index page. If undefined, no link will be included in the top-level index page.
srcPath
srcPath: string
The source path of the build product, relative to the project root directory (rootDir).
dstPath
dstPath: string
The destination path of the build product, relative to the deployment directory (deployDir).