About 698,000 results
Open links in new tab
  1. Run and build numbers - Azure Pipelines | Microsoft Learn

    Aug 12, 2025 · Build names can use other characters, tokens, and variables. You can customize run and build numbers by using naming patterns, special tokens, and predefined or user …

  2. Using the pre-defined variable build.buildnumber in yaml …

    May 17, 2021 · In a classic release pipeline, you can use the pre-defined variable $ (build.buildnumber) (= primary source artifact) in the name of your pipeline. See the …

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

    Jan 10, 2020 · However you can reference or pass the $ (Build.BuildNumber) in a parameter to your Template. If you are using combined CO/CD pipelines that deploys to all your …

  4. Custom version numbers in Azure DevOps yaml pipelines

    Jan 10, 2020 · In the yaml definition, the name element corresponds to the Build number format of the classic editor, but in both yaml and the classic editor the $(Build.BuildNumber) variable is …

  5. AzureDevops Predefined | by devopsrocx | Medium

    Feb 14, 2025 · These variables are accessible throughout your pipeline and can be used to manage paths, sources, repository information, job details, and more. They enable you to write …

  6. Predefined variables - Azure Pipelines | Microsoft Learn

    Mar 25, 2025 · Variables give you a convenient way to get key bits of data into various parts of your pipeline. This is a list of predefined variables that are available for your use.

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

    May 11, 2021 · 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 it can be customized.

  8. ##[error]Could not find version number data in the following ...

    Sep 5, 2019 · For byBuildNumber, the version will be set to the build number, ensure that your build number is a proper SemVer e.g. 1.0.$ (Rev:r). If you select byBuildNumber, the task will …

  9. Azure DevOps Set Build number variable in a Build Task

    Oct 8, 2019 · In that Build I created a ProjectBuildNumber Pipeline variable that is Settable at queue time. That variable is then used under Options -> Build number format to set my build …

  10. c# - How can I access the `Build.BuildNumber` Azure variable

    Apr 19, 2021 · This variable is agent-scoped, and can be used as an environment variable in a script and as a parameter in a build task, but not as part of the build number or as a version …