File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Xamarin.Android.Build.Tasks/MSBuild/Xamarin/Android Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ It is shared between "legacy" binding projects and .NET 5 projects.
27
27
</PropertyGroup >
28
28
29
29
<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 >
31
31
<NoWarn Condition =" '$(DocumentationFile)' != '' " >$(NoWarn);CS1573;CS1591</NoWarn >
32
32
</PropertyGroup >
33
33
You can’t perform that action at this time.
0 commit comments