sharpliner / sharpliner

Use C# instead of YAML to define your Azure DevOps pipelines
https://www.nuget.org/packages/Sharpliner/
MIT License
285 stars 21 forks source link

Allow variable/parameter expressions everywhere #267

Closed premun closed 1 year ago

premun commented 1 year ago

This adds the possibility to use variables['foo'] in place of other types. It also makes it possible to use the if statement everywhere.

Resolves #266