-
-
Notifications
You must be signed in to change notification settings - Fork 28
Solution build fails if coverlet.collector is already added to project #59
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Actual behavior: dotnet-releaser add coverlet.collector to test projects during build step. If project already has reference to coverlet.collector, build finish with:
error NU1504: Warning As Error: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: coverlet.collector , coverlet.collector .
Expected behavior: dotner-releaser must check coverlet.collector reference before adding it to test projects.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested