MicrosoftPremier / VstsExtensions

Documentation and issue tracking for Microsoft Premier Services Visual Studio Team Services Extensions
MIT License
56 stars 14 forks source link

Update docs to remove over escaping from example yaml warningTaskFilters #202

Closed ncook-hxgn closed 1 year ago

ncook-hxgn commented 1 year ago

Describe the context

Describe the problem and expected behavior I copied the example value for warningTaskFilters from the yaml sample here https://github.com/MicrosoftPremier/VstsExtensions/blob/master/BuildQualityChecks/en-US/overview.md#adding-the-task-to-a-yaml-build-definition

I reduced it down to a single displayName, but the regex failed.

Turns out I duplicated over-escaping from the example. After removing a \ from \\s, it worked.

Please update docs?

ReneSchumacher commented 1 year ago

Hey, thanks for pointing that out. I'll fix the docs right away.