Summary
Create an artifact link, such as a file or folder path or a version control path.
- Namespace
- Cake
.Common .Build .AzurePipelines - Containing Type
- Azure
Pipelines Commands
Syntax
public void LinkArtifact(string name, AzurePipelinesArtifactType type, string location)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The artifact name. |
| type | Azure |
The artifact type. |
| location | string | The link path or value. |
Return Value
| Type | Description |
|---|---|
| void |
