Description

This tasks allows to copy custom frameworks into the application bundle.

Parameters

Attribute Type Description Required
Frameworks ITaskItem[] The list of the frameworks to copy. True
ToDirectory ITaskItem The destination directory. True

Nested Elements

Usage

Typical usage:

<CopyFrameworks Frameworks="@(EmbeddedFrameworks)" ToDirectory="$(FrameworksPath)" />