About 8,600,000 results
Open links in new tab
  1. build - What exactly is 'Building'? - Stack Overflow

    Oct 25, 2009 · A manual build is a build that requires build commands like compilers to be executed one by one. An automated build packages together all of the individual build tools …

  2. 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 …

  3. How to set build name (Build.BuildNumber) in an Azure DevOps …

    Jan 10, 2020 · That works fine. However, I need to customise the value of $(Build.BuildNumber) for several reasons, some aesthetic, some practical. According to Configure run or build …

  4. Azure devops - build number vs build id - Stack Overflow

    May 11, 2021 · Documentation says: Build.BuildId - The ID of the record for the completed build. Build.BuildNumber - The name of the completed build, also known as the run number and that …

  5. 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 …

  6. Azure DevOps create build definition via REST API given existing …

    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 …

  7. 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...

  8. 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 ...

  9. Is it possible to Update the Build Definition name using YAML in …

    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:

  10. Docker - [Internal] load build context: when try to build an Image

    Feb 27, 2022 · Please edit the question to include enough details to reproduce the issue. Just the diagnostic output on its own isn't enough; include at least the Dockerfile and the docker build …