Skip to content

Commit 627e239

Browse files
authored
[XABT] Ensure $(DocumentationFile) correctly uses $(OutputPath). (#9755)
1 parent 7d04764 commit 627e239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Xamarin.Android.Build.Tasks/MSBuild/Xamarin/Android/Xamarin.Android.Bindings.Core.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ It is shared between "legacy" binding projects and .NET 5 projects.
2727
</PropertyGroup>
2828

2929
<PropertyGroup Condition=" '$(_UseLegacyJavadocImport)' != 'true' ">
30-
<DocumentationFile Condition=" '$(DocumentationFile)' == '' and '$(_ComputeFilesToPublishForRuntimeIdentifiers)' != 'true' ">$(OutputPath)$(AssemblyName).xml</DocumentationFile>
30+
<DocumentationFile Condition=" '$(DocumentationFile)' == '' and '$(_ComputeFilesToPublishForRuntimeIdentifiers)' != 'true' ">$([MSBuild]::EnsureTrailingSlash('$(OutputPath)'))$(AssemblyName).xml</DocumentationFile>
3131
<NoWarn Condition=" '$(DocumentationFile)' != '' ">$(NoWarn);CS1573;CS1591</NoWarn>
3232
</PropertyGroup>
3333

0 commit comments

Comments
 (0)