coverlet-coverage / coverlet

Cross platform code coverage for .NET
MIT License
2.97k stars 386 forks source link

Coverlet.MSBuild stopped working after migration to MSBuild version 17.4.0 #1407

Closed Serg046 closed 1 year ago

Serg046 commented 1 year ago

AppVeyor have recently updated MSBuild from 17.3.0 to 17.4.0 (might be related to .NET 7) and my job stopped working.

Successful build (2 days ago): https://ci.appveyor.com/project/Serg046/autofake/builds/45349147 Failing one from today: https://ci.appveyor.com/project/Serg046/autofake/builds/45359072

It just doesn't generate the files. However, it is still working fine locally on 17.2.0.

Serg046 commented 1 year ago

Seems related to https://github.com/coverlet-coverage/coverlet/issues/1391

petli commented 1 year ago

@Serg046 It likely is the same issue, so I close this as a duplicate to focus the followup on that issue.