Reading values from a key value based file and passing these values to azure devops template
Recently I am working on a pipeline where in one stage I am reading values from a key value based file and setting them using:
Reading values from a key value based file and passing these values to azure devops template
Recently I am working on a pipeline where in one stage I am reading values from a key value based file and setting them using:
Reading values from a key value based file and passing these values to azure devops template
Recently I am working on a pipeline where in one stage I am reading values from a key value based file and setting them using:
Reading values from a key value based file and passing these values to azure devops template
Recently I am working on a pipeline where in one stage I am reading values from a key value based file and setting them using:
Creating an ADO pipeline that triggers off another ADO pipeline isn’t working
I have a pipeline named “ContainerWorker” that sits in a folder named “Atlas.” I’ve created another pipeline in a branch that is just this:
Azure multi repo trigger – Why is it triggering multiple times for the same commit?
Sample from yml file:
Azure DevOps pipeline for a repo with multiple solutions with multiple project and dependences each other
I’m new about Azure DevOps. I have a repo that contains multiple solutions and each solution contains multiple projects. These projects has dependent each other. Projects are target in .net framework 4.7.1. Building all of them in order, get a package for a WPF application.
My DevOps Pipeline Architecture has 42 build pipelines – am I doing it wrong?
Hello fellow DevOps Architects!
Running tests on azure devops agent that adjust date/time
I have automated test plans in azure devops.I have an agent configured for them. I kick off a run of a certain plan that during the tests alters the local date/time to manipulate various data. However when it does this the agent loses contact and the run gets aborted..
I have seen two errors once the date/time is changed in the test.
Azure Devops – How to START one stage before parallel stages?
I have a Azure DevOps pipeline where several stages run in parallel. One of those stages takes a lot longer to run than the others. Is there any way to make sure that specific stage is started first?