File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,15 @@ $(PackageNotes)</PackageDescription>
6262 Include the reference assembly in the package.
6363 ===================================================================================================================
6464 -->
65- <Target Name =" IncludeReferenceAssemblyTfmSpecificPackageFiles" >
66- <ItemGroup >
67- <TfmSpecificPackageFile Include =" $(TargetRefPath)" PackagePath =" ref\$(NuGetShortFolderName)\$(TargetFileName)"
65+ <Target Name =" IncludeReferenceAssemblyTfmSpecificPackageFiles" >
66+ <ItemGroup >
67+ <TfmSpecificPackageFile Include =" $(TargetRefPath)" PackagePath =" ref\$(NuGetShortFolderName)\$(TargetFileName)"
6868 Condition =" Exists('$(TargetRefPath)')" />
69- </ItemGroup >
70- </Target >
69+ <TfmSpecificPackageFile Include =" $([System.IO.Path]::ChangeExtension('$(TargetPath)', '.xml'))"
70+ PackagePath =" ref\$(NuGetShortFolderName)\$([System.IO.Path]::ChangeExtension('$(TargetFileName)', '.xml'))"
71+ Condition =" Exists($([System.IO.Path]::ChangeExtension('$(TargetPath)', '.xml')))" />
72+ </ItemGroup >
73+ </Target >
7174
7275 <!--
7376 ===================================================================================================================
You can’t perform that action at this time.
0 commit comments