Namespace Snowflake.Installation.Tasks
Classes
CopyDirectoryContentsTask
Copies the descendant contents of the provided System.
CopyFileTask
Copies a file into an IDirectory
ExecuteAsyncTask<TResult>
Wraps a System.Threading.Tasks.Task<TResult> into an AsyncInstallTask<T> that yields TaskResult<T>.
ExtractZipTask
Extracts a ZIP file into a target directory.
FailureTask<T>
Immediately fails the task by throwing an exception.