Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit 06c438e

Browse files
Sergey KanzhelevSergey Kanzhelev
authored andcommitted
fix linux build
1 parent 7112368 commit 06c438e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OpenCensus/OpenCensus.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</PropertyGroup>
2929

3030
<PropertyGroup>
31-
<DocumentationFile>$(OutputPath)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
31+
<DocumentationFile Condition="$(OS) == 'Windows_NT'">$(OutputPath)/$(TargetFramework)/$(AssemblyName).xml</DocumentationFile>
3232
</PropertyGroup>
3333

3434
<PropertyGroup Condition="'$(Configuration)'=='Debug'">

0 commit comments

Comments
 (0)