Ubuntu – Unable to publish python wheel in private DevOps Artifacts
I'm setting a new CD pipeline with the target to update a python library on DevOps Artifacts Feed. Here the pipeline, I'm using: trigger: - main pool: vmImage: ubuntu-latest - task: DownloadPipelineArtifact@2 inputs: buildType: 'specific' project: '12ba6212-0768-4c3d-b0d3-836b0423d9a4' definition: '3055' buildVersionToDownload:…