Hi All,
Does the Azure DevOps connector allow for copying pipeline/build artifacts? The ideal use-case would be to have the built artifact get copied to a sharepoint folder or emailed once a build completes.
Thanks!
Andrew
That will work perfectly! Thanks for your help!
Hi Andrew,
Via the Send an HTTP request to Azure Devops action you could get a specific artifact from Azure DevOps via the REST API, https://docs.microsoft.com/en-us/rest/api/azure/devops/build/artifacts/get%20artifact?view=azure-devops-rest-6.0
An example of such a setup can be found over here: