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

Strip quoted expressions inside conditions #231

Closed premun closed 1 year ago

premun commented 1 year ago

A regression from #229 where we stopped stripping ${{ }} if it was quoted.

Fixes #230