Variable Passing Issues in Azure Pipelines Templates

2025-04-30T02:11:30.73+00:00

In Azure Pipelines, there are variables defined in azure-pipelines.yml, which are accessible in the ci-build.yml template. However, those same variables are not being passed to the nunit-test.yml template. Attempts have been made to pass these variables as parameters, but they are not being received correctly in nunit-test.yml. What steps can be taken to resolve this issue?

Azure DevOps
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.