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

Wrap string condition expressions in apostrophes automatically #229

Closed thomhurst closed 1 year ago

thomhurst commented 1 year ago

StringCondition class for wrapping strings in quotes.

This class is to be inherited by String-type conditions such as Contains, StartsWith and EndsWith.

See issue #227