1 changed file
Webhook.cs | ||
Add comment 165 var languageMapping = new Dictionary<string, string>()
Add comment 166 {
Add comment 167 {"net", testName.StartsWith("fnpf") ? ".NET Core" : "ASP.NET Core" },
Add comment 168 Plus {"net8", ".NET Core"},
Add comment 168 169 {"py", "Python" },
Add comment 169 170 {"py38", "Python" },
Add comment 170 171 {"py39", "Python" },