python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Run both Classic and YAML pipelines in parallel
Is it possible to run both classic and YAML pipeline in parallel?
More context: we are migrating from classic to YAML and want to make sure the switch is smooth. We'd like to run them both for a few r...
user18610347
Votes: 0
Answers: 1
How do I get past "Could not queue the build because there were validation errors or warnings." while automating pipeline creation using az-cli
I am trying to automate rsync pipeline creation using az-cli.
This is the command I am running from a local clone of my repository:
az pipelines create --name my_pipeline --yml-path azure-pipeline.yml...
Rishabh
Votes: 0
Answers: 1
Azure Devops custom task task.json visible rule
Hello I'm trying to set a visible rule for some of the inputs and I was wondering if we can use && and || together.
"visibleRule":"Resource = AAA && Command = Delete || ...
wonderfulworldwithcharity
Votes: 0
Answers: 1
Azure Devops: Overwrite Environment Variable at runtime
I am trying to set up an environment variable that can be used from the Azure Devops Library that by default is set to null value. This part is working, but I want the development teams to be able to ...
Branden
Votes: 0
Answers: 1