The azure-pipeline-variables feature added by #11 is poorly named. This passes the "variables" as "parameters" to the ADO pipeline. This makes it very confusing about what's actually happening with the values.
Here's the code in question that demonstrates why this is confusing:
|
parameters: this.taskParameters.azurePipelineVariables |
The
azure-pipeline-variablesfeature added by #11 is poorly named. This passes the "variables" as "parameters" to the ADO pipeline. This makes it very confusing about what's actually happening with the values.Here's the code in question that demonstrates why this is confusing:
pipelines/src/pipeline.runner.ts
Line 95 in f1fe65f