-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
download azure pipeline artifact #6202
Comments
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. |
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 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 |
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.
The text was updated successfully, but these errors were encountered: