
Check out multiple repositories in your pipeline - Azure Pipelines
May 3, 2023 · If a change to the self repository triggers a pipeline, then the commit that triggered the pipeline is used to determine the version of the YAML file. If a change to any other …
azure devops - How do you get the version for a the source …
Apr 15, 2022 · From the console, it appears to get it using a /Contribution/HierarchyQuery. You can use the pipeline resource metadata as predefined variables $ …
Options for Git repositories - Azure Pipelines | Microsoft Learn
To see the version of Git used by a pipeline, you can look at the logs for a checkout step in your pipeline, as shown in the following example. Syncing repository: PathFilter (Git) Prepending …
resources.repositories.repository definition | Microsoft Learn
4 days ago · The repository keyword lets you specify an external repository. Use a repository resource to reference an additional repository in your pipeline.
azure devops - Getting the latest build id from a referenced pipeline …
Nov 8, 2019 · Instead of resources.pipeline.{Alias}.runID use Resources.Pipeline.{Alias}.RunID and it will work. It seems the referenced resources' information can not be fetched directly. A …
npm version in Azure DevOps pipeline - Stack Overflow
Dec 12, 2020 · In Azure Devops, you could use the Replace Tokens task from the Replace Tokens Extension. Then you could add the task before the NPM pack task to replace the …
Build Versioning in Azure DevOps Pipelines | by Chetan Sarma
Dec 12, 2019 · By default, Azure DevOps will version your build with YYYYMMDD.Revision format. For example, if we build the below azure-pipelines.yml file, the first build number will …
Build versioning made easy in Azure DevOps - DEV Community
Sep 17, 2021 · There are a few options available to customise the execution of the plugin. Please have a look at simple-versioner to see the latest possible options. For what can you use it? …
Resources in YAML pipelines - Azure Pipelines | Microsoft Learn
Feb 26, 2025 · You can consume NuGet and npm GitHub packages as resources in YAML pipelines. To enable automated pipeline triggers when a new package version gets released, …
Azure DevOps pipelines: refer to old version repository
Nov 3, 2020 · Since you already have a commit sha, you could run the git reset --hard with Command Line Task. Then the source repo will be rolled back to the corresponding version. …
- Some results have been removed