231 questions
Variable Passing Issues in Azure Pipelines Templates
Kudithi, Vamshikrishna (FT D AA IN SGI EA MED DS)
0
Reputation points
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
Sign in to answer