Open mickae1 opened 1 week ago
Hi @mickae1, can you share more information of what you are trying to do?
I am not sure if you have the correct GitHub repo here. This repo is about providing libraries and SDKs in C++ for Azure Services such as Storage, KeyVault, Attestation, AppConfiguration, etc.
Is this question related to an Azure Service or a particular C++ SDK?
If it is a general question about Azure DevOps Pipelines and its features, you might be in the wrong repo. Are you looking for docs like these? https://learn.microsoft.com/en-us/azure/devops/pipelines/artifacts/artifacts-overview?view=azure-devops&tabs=nuget%2Cnugetserver
Hi @mickae1. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.
Thx all,
I've an Azure pipeline that produce artifact. I would like to download those artifact from your sdk. Is it possible?
I think that you are asking if you can use the Azure SDK for C++ to programatically download artifacts from an ADO pipeline instance, is that correct?
Unfortunately, that is not functionality that exists in the Azure SDK for C++.
If your pipeline publishes an artifact using the azure artifacts functionality in Azure DevOps, you can use the az artifacts
command line tool to download the artifacts to your local machine.
Hi @mickae1. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.
Thx
Is it possible to download an artifact from an Azure pipeline ?
If it's possible, do you have an example code ?
Thank you, Michael Musset.