Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 4179e08

Browse files
authored
Update 2-add-coverlet.md
1 parent 7f83910 commit 4179e08

File tree

1 file changed

+2
-2
lines changed
  • docs/_docs/solution-accelerators/tutorials/enable-continuous-integration/csharp

1 file changed

+2
-2
lines changed

docs/_docs/solution-accelerators/tutorials/enable-continuous-integration/csharp/2-add-coverlet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: tutorial
33
category: Solution Accelerators
44
subcategory: Enable continuous integration
55
title: Add Coverlet to the project
6-
language: C#
6+
language: csharp
77
order: 2
88
---
99

@@ -22,4 +22,4 @@ First add **Coverlet** package (named **coverlet.msbuild**) to your project. Thi
2222
1. Select **Browse** and search for **Coverlet**, installing the **coverlet.msbuild** package to your project.
2323
![Add NuGet Package]({{site.baseurl}}/assets/images/add-nuget.png)
2424

25-
1. Build the solution and **Coverlet** will be added as a dependency in the project
25+
1. Build the solution and **Coverlet** will be added as a dependency in the project

0 commit comments

Comments
 (0)