Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit dc1d709

Browse files
authored
Update ado.md
1 parent 1feeb51 commit dc1d709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notifications/ado.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ clickable, make it a link.
4949
"Microsoft.VSTS.Scheduling.StoryPoints": "1",
5050
"System.IterationPath": "Iteration\\Path\\Here",
5151
"System.Title": "{{ report.crash_site }} - {{ report.executable }}",
52-
"Microsoft.VSTS.TCM.ReproSteps": "This is my call stack: <ul> {{ for item in report.call_stack }} <li> {{ item }} </li> {{ endfor }} </ul>"
52+
"Microsoft.VSTS.TCM.ReproSteps": "This is my call stack: <ul> {{ for item in report.call_stack }} <li> {{ item }} </li> {{ end }} </ul>"
5353
},
5454
"comment": "This is my comment. {{ report.input_sha256 }} {{ input_url }} <br> <pre>{{ repro_cmd }}</pre>",
5555
"unique_fields": ["System.Title", "System.AreaPath"],

0 commit comments

Comments
 (0)