Skip to content

Commit dae71e4

Browse files
committed
WIP #49 - Fix Linux build with docco path
1 parent fe31ddb commit dae71e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CSF.Extensions.WebDriver/CSF.Extensions.WebDriver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net8.0;net462</TargetFrameworks>
55
<RootNamespace>CSF.Extensions.WebDriver</RootNamespace>
6-
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
6+
<DocumentationFile>$(MSBuildProjectDirectory)\bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
77
<VersionPrefix>2.0.0</VersionPrefix>
88
<PackageReadmeFile>README.md</PackageReadmeFile>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)