VagrantPackageSettingsExtensions.

IncludeInPackage(VagrantPackageSettings, FilePath[]) Method

Summary

Adds extra files to be included with the box

Syntax

public static VagrantPackageSettings IncludeInPackage(this VagrantPackageSettings settings, params FilePath[] files)

Parameters

Name Type Description
settings VagrantPackageSettings The settings
files FilePath[] Collection of FilePath objects to add to the package

Return Value

Type Description
VagrantPackageSettings The updated settings object