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

Commit d8026c8

Browse files
authored
Merge branch 'main' into chkeita/validation
2 parents 0b931d4 + ac789fa commit d8026c8

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)