Summary
Defines a
ITask
that extracts a ZIP archive to a given directory.
- Namespace
- NBuildKit
.MsBuild .Tasks .Packaging - Base Types
-
- Task
- BaseTask
graph TD
Base0["BaseTask"]-->Type
click Base0 "/nBuildKit.MsBuild/api/NBuildKit.MsBuild.Tasks.Core/BaseTask"
Base1["Task"]-->Base0
Type["Unzip"]
class Type type-node
Syntax
public sealed class Unzip : BaseTask
Properties
Name | Value | Summary |
---|---|---|
DestinationDirectory | ITaskItem |
Gets or sets the full path to the directory into which the ZIP archive should be expanded.
|
ErrorInformation | ITaskItem[] |
Gets or sets the collection containing the error codes for the task.
Inherited from BaseTask
|
InputFileName | ITaskItem |
Gets or sets the full path to the ZIP archive.
|
Methods
Name | Value | Summary |
---|---|---|
ErrorCodeById |
string |
Returns the error code for the given ID.
Inherited from BaseTask
|
Execute |
bool | |
GetAbsolutePath |
string |
Returns the absolute path for the given path item.
Inherited from BaseTask
|
GetAbsolutePath |
string |
Returns the absolute path for the given path item.
Inherited from BaseTask
|
GetAbsolutePath |
string |
Returns the absolute path for the given path item.
Inherited from BaseTask
|
Verbosity |
string |
Gets the verbosity that the current MsBuild instance is running at.
Inherited from BaseTask
static
|