Relative merits of more specific Azure DevOps pipeline task and more general one
Is there any reason why this:
Azure Devops restart expired build validation
Assume a repository with two PRs on it (!1 and !2)
How to resolve ##[error]Dotnet command failed with non-zero exit code on the following projects : [ ” ] error?
Any suggestions on how to resolve this pipeline error below to build and deploy a Web API?
Azure DevOps Pipeline issue when building docker and loading context
I’m trying to build a docker in a pipeline
Further customizing the pipeline at run time
Can I have an Azure pipeline parameter show up depending on the selection of another parameter?
Azure Pipelines ManualValidation@0 task – can I format the instructions?
I have a manual validation task in my pipeline. It shows some script which a user needs to use/run. (The user must log in to a remote machine in order to execute the provided code – as a security precaution/validation).
How can I check which demands were placed on an Azure DevOps Pipelines run?
When creating a pipeline run manually (i.e. not from a trigger) you can specify demands, which I sometimes do if I want to check the run on a specific agent within the specified pool (e.g. “Agent.Name” equals “blah”). However, after the run has been scheduled, is there any way to check which demands were configured for that run?
Syncing Github repository to AzureDevOps Repository
What Im trying to do is to sync repository in azuredevops to a repository in github. I did some googling and I stumbled into this article. It did not work right away but with minor modifications I was able to run the script from local Powershell successfully where the repository ADevops was populated from Github:
Azure Devops: Stage Output is not resolved correctly
I have this weird issue with a pipeline template that I am currently trying to make work for different Angular/.NET builds:
In azure pipeline completion trigger, how to set default branch for depends pipeline via yaml
I want to trigger pipeline B automatically on completion of pipeline A.
For this, I have added ‘resource pipeline’ in pipeline B repo branch release/test.