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)
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: 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
Variable values are empty after stages following the first
I'm trying to access a variable from one stage in multiple consecutive stages.
In the first stage the variable has the correct value, but in all the following stages it becomes an empty string.
See al...
Gab
Votes: 0
Answers: 1
How to refer the published aar library files in the azure artifact to android app
Requirement:
I have two library projects example, projectCoreModules, and projectCoreValidation.
Project A referring these two aar library projects and it's working fine.
current requirement, new proj...
Kalai Selvi
Votes: 0
Answers: 1