From 78056952024064fcc0d8ccec19ef1fb64a2f2d5a Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Mon, 27 Sep 2021 00:10:31 -0400 Subject: [PATCH] try to set category --- workflow-templates/xrtk.org.ci.properties.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/workflow-templates/xrtk.org.ci.properties.json b/workflow-templates/xrtk.org.ci.properties.json index a207081..551ef5a 100644 --- a/workflow-templates/xrtk.org.ci.properties.json +++ b/workflow-templates/xrtk.org.ci.properties.json @@ -1,5 +1,8 @@ { "name": "XRTK Organization Workflow", "description": "XRTK Organization CI workflow template.", - "iconName": "xrtk" + "iconName": "xrtk", + "categories": [ + "C#" + ] } \ No newline at end of file