microsoft / azure-pipelines-yaml

Azure Pipelines YAML examples, templates, and community interaction
MIT License
1.21k stars 934 forks source link

Azure Pipelines trims leading and trailing \r\n from yaml strings #487

Closed Calidus closed 4 years ago

Calidus commented 4 years ago

If \r\n is at the being or end of a string it is removed when the pipeline is being executed. If \r\n is in the middle of a string it behaves as expected. While `n seems to work correctly no matter its position in a string.

If this is working as intend it should be easier to find in the documentation.

vtbassmatt commented 4 years ago

In order to consolidate to fewer feedback channels, we've moved suggestions and issue reporting to Developer Community. Sorry for the delay/confusion.