VagrantPackageSettings.

AdditionalFilePaths Property

Summary

Additional files to be packaged with the box.

Syntax

public IEnumerable<string> AdditionalFilePaths { get; set; }

Remarks

These can be used by a packaged VagrantFile to perform additional tasks.

Value

Type Description
IEnumerable<string>