nest.repository.support Documentation TaskDoc JavaDoc Packages
Localizes the specified bundles. Bundle localization is the process of making the bundle references available for use on the local machine. This may involve downloading bundles over the network. Unlike bundle downloading, this task doesn't make the bundles available for the current build execution file system. The bundles will only be accessible using paths on the local file system. Generally speaking, this task will retrieve the bundles to the backing bundle storage of the repository. Take care when using the result of this task, as it may cause unexpected results when mixed with execution paths.
Summary
Parameters
Bundles
Required parameter.
Specifies one or more bundles that should be localized.
Parameters
Aliases:
Bundle
Required parameter.
Specifies one or more bundles that should be localized. The parameter accepts a list of bundle identifiers, or the output from the nest.dependency.resolve() task. If a specified bundle identifier doesn't have a version number, the most recent bundle version will be downloaded.