Skip to content

Commit

Permalink
Update CoverageWeaveTask.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Sep 19, 2024
1 parent 0cedeec commit 3cc7ab4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Draco.Coverage.MSBuild/CoverageWeaveTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ namespace Draco.Coverage.MSBuild;
public sealed class CoverageWeaveTask : Task
{
public string InputPath { get; set; }

public string OutputPath { get; set; }

public override bool Execute()
Expand Down

0 comments on commit 3cc7ab4

Please sign in to comment.