diff --git a/ci/asp.net-core.yml b/ci/dotnet-core.yml similarity index 88% rename from ci/asp.net-core.yml rename to ci/dotnet-core.yml index 02bdcb2..e04df52 100644 --- a/ci/asp.net-core.yml +++ b/ci/dotnet-core.yml @@ -1,4 +1,4 @@ -name: ASP.NET Core CI +name: .NET Core on: [push] diff --git a/ci/properties/asp.net-core.properties.json b/ci/properties/asp.net-core.properties.json deleted file mode 100644 index 02756f1..0000000 --- a/ci/properties/asp.net-core.properties.json +++ /dev/null @@ -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"] -} \ No newline at end of file diff --git a/ci/properties/dotnet-core.properties.json b/ci/properties/dotnet-core.properties.json new file mode 100644 index 0000000..d5dc23a --- /dev/null +++ b/ci/properties/dotnet-core.properties.json @@ -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"] +}