Method RemoveBuildArtifact
RemoveBuildArtifact(Type)
Remove all build artifact that is assignable to specified type.
Declaration
public bool RemoveBuildArtifact(Type buildArtifactType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | buildArtifactType | The build artifact type. |
Returns
| Type | Description |
|---|---|
| bool |
RemoveBuildArtifact<T>()
Remove all build artifact that is assignable to specified type.
Declaration
public bool RemoveBuildArtifact<T>() where T : class, IBuildArtifact
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T | The build artifact type. |