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 aedd093 commit 0cedeec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Draco.Coverage.MSBuild/CoverageWeaveTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ namespace Draco.Coverage.MSBuild;

public sealed class CoverageWeaveTask : Task
{
[Required]
public string InputPath { get; set; }

[Required]
public string OutputPath { get; set; }

public override bool Execute()
Expand Down

0 comments on commit 0cedeec

Please sign in to comment.