This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AzureDevOps.
Summary
Create an artifact link, such as a file or folder path or a version control path.
Syntax
public AzureDevOpsBuildArtifact LinkArtifact(string name, string type, string location)
Parameters
Name |
Type |
Description |
name |
string |
The artifact name. |
type |
string |
The artifact type.
The following artifact types are supported:
Type |
Description |
FilePath |
File path type |
GitRef |
Git reference type |
TFVCLabel |
TFVC label type |
VersionControl |
Version control path type |
|
location |
string |
The link path or value. |
Return Value