File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/coverlet.collector/build/netstandard1.0 Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,11 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
2222 </PropertyGroup >
2323 </Target >
2424
25- <Target Name =" ReferencedPathMaps" BeforeTargets =" CoreCompile" >
26- <MSBuild Projects =" @(ProjectReference->'%(FullPath)')"
27- Targets =" CoverletGetPathMap" SkipNonexistentTargets =" true" >
25+ <Target Name =" ReferencedPathMaps" BeforeTargets =" CoreCompile" DependsOnTargets =" ResolveProjectReferences" >
26+ <MSBuild Projects =" @(AnnotatedProjects->'%(FullPath)')"
27+ Targets =" CoverletGetPathMap"
28+ Properties =" TargetFramework=%(AnnotatedProjects.NearestTargetFramework)"
29+ SkipNonexistentTargets =" true" >
2830 <Output TaskParameter =" TargetOutputs"
2931 ItemName =" _LocalTopLevelSourceRoot" />
3032 </MSBuild >
You can’t perform that action at this time.
0 commit comments