python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get artifacts in the response from Azure DevOps REST API call that lists all releases?
I am using Azure DevOps rest API to get list all releases and artifact build ID's associated with each release. The call function:
GET https://vsrm.dev.azure.com/{organization}/{project}/_apis/release...
Nate
Votes: 0
Answers: 1
When I try to package my python code into a .ZIP through YAML, the folder is empty
I’m using Azure DevOps and I’m trying to package my python code into a .ZIP file. I’m also using Azure for my repo for my python folder.
Here’s my folder in my repo
Here’s my YAML code for my pipeline...
MP32
Votes: 0
Answers: 1