Skip to content

Commit

Permalink
Remove dependency of IPack.Pack on `IMutation.MutationTests
Browse files Browse the repository at this point in the history
  • Loading branch information
candoumbe committed Nov 26, 2022
1 parent 02434ea commit d3caf4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Candoumbe.Pipelines/Components/IPack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public interface IPack : IHaveArtifacts, ICompile
/// </summary>
public Target Pack => _ => _
.TryDependsOn<IUnitTest>(x => x.UnitTests)
.TryDependsOn<IMutationTest>(x => x.MutationTests)
.DependsOn(Compile)
.Consumes(Compile)
.Produces(PackagesDirectory / "*.nupkg")
Expand Down

0 comments on commit d3caf4c

Please sign in to comment.