File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/coverlet.msbuild.tasks Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
<RepositoryUrl >https://github.com/tonerdo/coverlet</RepositoryUrl >
22
22
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
23
23
<TargetsForTfmSpecificContentInPackage >$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage >
24
- <ContentTargetFolders >build\$(TargetFramework)\ </ContentTargetFolders >
24
+ <ContentTargetFolders >build</ContentTargetFolders >
25
25
<IncludeBuildOutput >false</IncludeBuildOutput >
26
26
</PropertyGroup >
27
27
44
44
45
45
<Target Name =" PackBuildOutputs" DependsOnTargets =" ResolveProjectReferences;SatelliteDllsProjectOutputGroup;DebugSymbolsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;ResolveAssemblyReferences" >
46
46
<ItemGroup >
47
- <TfmSpecificPackageFile Include =" $(TargetPath)" PackagePath =" build\$(TargetFramework)\ " />
48
- <TfmSpecificPackageFile Include =" $(DepsFilePath)" PackagePath =" build\$(TargetFramework)\ " />
49
- <TfmSpecificPackageFile Include =" @(DebugSymbolsProjectOutputGroupOutput)" PackagePath =" build\$(TargetFramework)\ " />
50
- <TfmSpecificPackageFile Include =" %(_ResolvedProjectReferencePaths.Identity)" PackagePath =" build\$(TargetFramework)\ " />
51
- <TfmSpecificPackageFile Include =" @(ReferenceCopyLocalPaths)" Exclude =" @(_ResolvedProjectReferencePaths)" PackagePath =" build\$(TargetFramework)\ %(ReferenceCopyLocalPaths.DestinationSubPath)" />
47
+ <TfmSpecificPackageFile Include =" $(TargetPath)" PackagePath =" build\" />
48
+ <TfmSpecificPackageFile Include =" $(DepsFilePath)" PackagePath =" build\" />
49
+ <TfmSpecificPackageFile Include =" @(DebugSymbolsProjectOutputGroupOutput)" PackagePath =" build\" />
50
+ <TfmSpecificPackageFile Include =" %(_ResolvedProjectReferencePaths.Identity)" PackagePath =" build\" />
51
+ <TfmSpecificPackageFile Include =" @(ReferenceCopyLocalPaths)" Exclude =" @(_ResolvedProjectReferencePaths)" PackagePath =" build\%(ReferenceCopyLocalPaths.DestinationSubPath)" />
52
52
</ItemGroup >
53
53
</Target >
54
54
You can’t perform that action at this time.
0 commit comments