Skip to content

Commit 8561e7c

Browse files
authored
build: Create XML documentation file on "Release" build and copy it to both binary output directories (#442)
1 parent ff20c98 commit 8561e7c

File tree

2 files changed

+6503
-1
lines changed

2 files changed

+6503
-1
lines changed

src/Appium.Net/Appium.Net.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@
2929
<FileVersion>4.2.0</FileVersion>
3030
</PropertyGroup>
3131

32-
<ItemGroup>
32+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
33+
<DocumentationFile>Appium.Net.xml</DocumentationFile>
34+
</PropertyGroup>
35+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
36+
<DocumentationFile>Appium.Net.xml</DocumentationFile>
37+
</PropertyGroup>
38+
39+
<ItemGroup>
3340
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
3441
</ItemGroup>
3542

0 commit comments

Comments
 (0)