Merge pull request #173 from actions/ethomson/dotnetcore

Rename "ASP.NET Core" to ".NET Core", add language identifiers.
This commit is contained in:
Mike Coutermarsh
2019-10-23 17:16:20 -07:00
committed by GitHub
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: ASP.NET Core CI
name: .NET Core
on: [push]
@@ -1,6 +0,0 @@
{
"name": "ASP.NET Core",
"description": "Build and test an ASP.NET Core project targeting .NET Core.",
"iconName": "dotnetcore",
"categories": ["ASP", "ASP.NET", ".NET"]
}
@@ -0,0 +1,6 @@
{
"name": ".NET Core",
"description": "Build and test a .NET Core or ASP.NET Core project.",
"iconName": "dotnetcore",
"categories": ["C#", "F#", "Visual Basic", "ASP", "ASP.NET", ".NET"]
}