Přemek Vysoký

Results 253 comments of Přemek Vysoký

Would also the `$(System.AccessToken)` we have in the pipeline allows us to call the AzDO REST API with the payload? The connectivity is another problem.

I think we should try calling the endpoint from a PR pipeline first (with any YAML) to see if it would work out of the box for people or if...

Can you show me the intended usage? Should we also have `StepTemplate(...)` having `ExternalStepTemplate(...)`?

Does the `$()` notation not work though? It should be semantically the same?

I see.. Maybe we want the `TaskInput` to turn those into the right references and force the `${{ }}` form

It's basically your suggestion but I'd put it onto the `ConditionedDictionary` directly maybe

I am honestly not sure how these things work. Like if you have this: #### pipeline.yml ```yaml stages: - template: template.yml parameters: buildType: ${{ variables.buildType }} ``` #### template.yml ```yaml...

This looks a great source for this, I didn't know it exists. I think we should go ahead and add this into the repo but that would mean: - Adding...

I like this because it would give us more flexibility in how we can mix these extensions together in the definition classes and the extensions could be used in non-sharpliner...

I think this would help yet again with the strong-typed templates (#356) because we wouldn't have to inherit the POCOs from `AzureDevOpsDefinition` to get access to the macros. I also...