Debugging for RSG dependencies update
Forcing verbose logging for Restore step in order to get some extra information about the NRE. See #1120
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.87%. Comparing base (
d0a86a0) to head (a2ebd08). Report is 32 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #1260 +/- ##
==========================================
- Coverage 70.89% 70.87% -0.02%
==========================================
Files 440 440
Lines 21615 21615
Branches 1730 1729 -1
==========================================
- Hits 15323 15319 -4
- Misses 6292 6296 +4
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@manandre Thanks for troubleshooting this. This PR passed because it was using an older version of GitVersion.Tool. The problem with using the newer GitVersion.Tool was with the NuGet caching in the CI. We were always pulling in an outdated cache and never replacing it. Going to close this out now.