ADS 2019 - How to pass variables between build jobs
问题 Using Azure DevOps Server 2019.1 i am starting to work with Multi jobs, to allow me to split up work onto multiple agents. The flow itself works fine. I have it setup like this Begin Job - this basically tests a few variables and Updated the buildnumber (Depends on Begin Job) RunTest Job - A job to run "multi-configuration", which splits a comma seporated list of task categories (Depends on RunTest Job) End Job - A trigger build task for a new build in the chain While the jobs depend on