nest.repository.support Documentation TaskDoc JavaDoc Packages
Installs the specified saker.nest bundles to the specfied local bundle storage. The task will install the specified bundles to the local bundle storage of the repository configuration. The bundle installation will have no effect on the current build execution. Any contained tasks will be visible only in the next execution. If multiple local storages are configured for the current build execution, the StorageName parameter can be used to specify which storage is the installation target.
Summary
Parameters
Bundle
Required parameter.
Specifies one or more bundles to be installed.
StorageNameSpecifies the storage name of the local bundle storage to where the bundles should be installed.
Parameters
Collection of WildcardPath
Aliases:
Bundles
Required parameter.
Specifies one or more bundles to be installed. The option accepts simple paths or wildcards to the bundles that should be installed.
Specifies the storage name of the local bundle storage to where the bundles should be installed. The storage name should be one of the local storages defined in the current Nest repository storage configuration. If not specified, the task will attempt to determine the default local bundle storage name. If no local storages, or more than 1 is configured, the task will fail.