Skip to content

Commit b6698db

Browse files
authored
Fix incorrect index in MSTest template (#48168)
1 parent c7c6caa commit b6698db

File tree

1 file changed

+1
-1
lines changed
  • template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config

1 file changed

+1
-1
lines changed

template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
235235
"id": "openInEditor",
236236
"args": {
237-
"files": "2"
237+
"files": "1"
238238
},
239239
"continueOnError": true
240240
}

0 commit comments

Comments
 (0)