PublishArtifacts
Publish a package to a feed.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Azure DevOps Cloud Account |
| Yes | The Azure DevOps account with all the required properties like Organization, and Personal Access Token for running Azure DevOps Instance. |
Azure DevOps Scope |
| Yes | The scope is 'project' (default) if the feed was created in a project else 'organization'. |
Azure CLI Path |
| Yes | The path to the directory where Azure CLI is installed. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Feed Name |
| Yes | The Name of the feed. |
Package Name |
| Yes | The Name of the Package. |
Package Version |
| Yes | The version of the package. |
Description |
| No | The Description of the package. |
Project Name |
| No | The Name of the Project. |
Package Path |
| No | Absolute directory path to retrieve the files from. If not specified, it will search the files in the FD_ARTIFACTS_DIR. |
Artifacts
This operation produces artifacts that will be stored in the artifacts repository.
Endpoint Selection
This operation will select all available endpoints associated to the target.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
Make sure to Install the latest Azure CLI version. If you find this error “Failed to parse structured output from Universal Packages tooling (ArtifactTool) Exception: Expecting value: line 1 column 1 (char 0)”, run the following command to add the package libicu-devel
sudo yum install libicu-devel
- style