Azure / Azure/azure-devops-cli-extension
Uploading zip file to Azure Artifacts
- Dominant language
- Python
- Stars
- 682
- Forks
- 278
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 3
Description
### **This is autogenerated. Please review and update as needed.**
## Describe the bug
**Command Name**
`az artifacts universal publish
Extension Name: azure-devops. Version: 0.18.0.`
**Errors:**
```
[Errno 2] No such file or directory: '/home/adm_alhazem/.azure/azuredevops/cli/tools/artifacttool/ArtifactTool_linux-x64_0.2.172/artifacttool': '/home/adm_alhazem/.azure/azuredevops/cli/tools/artifacttool/ArtifactTool_linux-x64_0.2.172/artifacttool'
Traceback (most recent call last):
python3.6/site-packages/knack/cli.py, ln 206, in invoke
cmd_result = self.invocation.execute(args)
cli/core/commands/__init__.py, ln 608, in execute
raise ex
...
FileNotFoundError: [Errno 2] No such file or directory: '/home/adm_alhazem/.azure/azuredevops/cli/tools/artifacttool/ArtifactTool_linux-x64_0.2.172/artifacttool': '/home/adm_alhazem/.azure/azuredevops/cli/tools/artifacttool/ArtifactTool_linux-x64_0.2.172/artifacttool'
```
## To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- _Put any pre-requisite steps here..._
- `az artifacts universal publish --organization {xxxxx.visualstudio.com} --feed {arcsight_functions} --name {arcsight-cloud-functions-7.14.0.zip} --version {7.14.0} --description {} --path {.}`
## Expected Behavior
the zip file is uploaded to Azure Artifacts
## Environment Summary
```
Linux-4.4.0-17134-Microsoft-x86_64-with-debian-buster-sid
Python 3.6.5
azure-cli 2.2.0 *
Extensions:
azure-devops 0.18.0
interactive 0.4.3
```
## Additional Context
Contributor guide
Assessment
This issue has not been assessed yet.