Summary
Create an artifact link, such as a file or folder path or a version control path.
- Namespace
- Cake
.Common .Build .AzurePipelines - Containing Type
- I
Azure Pipelines Commands
Syntax
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 |