About 50 results
Open links in new tab
  1. Get build definition folder in Azure DevOps - Stack Overflow

    Jun 3, 2024 · In Azure DevOps, I can organize build definitions inside folders. Is it possible to access the build definition's logical path? I'd like to copy build artifacts to a file share and have it part of ...

  2. Update build definition using Azure DevOps REST API in PowerShell

    Jul 2, 2019 · I'm attempting to update my build definitions in Azure DevOps using the REST API via a PowerShell script...

  3. What is the difference and relationship between an Azure DevOps …

    Jan 25, 2021 · Question What is the difference, and relationship, between a Build Definition and a Pipeline? Additional info, I am not interested in working with the older Release Pipelines and I have …

  4. Is it possible to Update the Build Definition name using YAML in Azure ...

    May 28, 2020 · 0 You can reference the documentation that describes how to set the run (build) number. If defining your own variable, My.Variable, reference it the run number as:

  5. Azure DevOps create build definition via REST API given existing YAML

    Nov 29, 2018 · Is it possible to create a new build definition without cloning an existing one I have to manually create via the web UI? I have the 100+ YAML files located in a folder /azure-pipeline …

  6. Create Build Definition using Azure Devops API - Stack Overflow

    Mar 5, 2019 · We are trying to create build definition by copy another build definition information using Azure Devops Rest API however getting the below error: HttpError ...

  7. tfs - Azure Devops API Create Build Definition - Stack Overflow

    Sep 20, 2019 · I am trying to find a good example of the json body for Create Build Definition in Azure Devops. Most of the documentation I find has api definitions, but I haven't been able to see an …

  8. Is it possible to retrieve build definition ID related to a work item ...

    Sep 2, 2021 · Is it possible to retrieve build definition ID related to a work item using Azure DevOps REST API? Asked 4 years, 4 months ago Modified 4 years, 4 months ago Viewed 1k times

  9. Where is the "Edit build definition" permission in our TFS 2013 ...

    Sep 30, 2016 · Here's where to find the security settings for build definitions. TFS 2015 UI: Go to the Build Explorer, click on the drop down arrow to the left of All build definitions or All XAML definitions. …

  10. How can I delete an Azure DevOps build definition that it claims is ...

    Nov 16, 2019 · I'm trying to delete an Azure DevOps build definition but it won't let me since it says: "One or more builds associated with the requested pipeline(s) are retained by a release. The …