Summary
Upload local file into a file container folder, and create an artifact.
- Namespace
- Cake
.Common .Build .AzurePipelines - Containing Type
- Azure
Pipelines Commands
Syntax
public void UploadArtifact(string folderName, FilePath file, string artifactName)
Parameters
Name | Type | Description |
---|---|---|
folderName | string | Folder that the file will upload to. |
file | FilePath | Path to the local file. |
artifactName | string | The artifact name. |
Return Value
Type | Description |
---|---|
void |