Skip to content

Commit

Permalink
Enable docs generation (#171)
Browse files Browse the repository at this point in the history
* Enbaled docs generation

* Add docs file

* Fix docs config

* Fix docs config

* Remove docs file

* Add generated docs

* Fix chromedriver version for azure

* Update NLog

* Update chromedriver version for azure

* Update target .net core version to 3.0, update nuget deps

Co-authored-by: Pavel Anihimovsky <[email protected]>
  • Loading branch information
paveliam and Pavel Anihimovsky authored Apr 13, 2020
1 parent 27da893 commit a013095
Show file tree
Hide file tree
Showing 4 changed files with 1,071 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<IsPackable>true</IsPackable>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>Aquality.Selenium.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Remove="Resources\Localization\en.json" />
<None Remove="Resources\Localization\ru.json" />
Expand Down Expand Up @@ -60,7 +64,7 @@

<ItemGroup>
<PackageReference Include="Aquality.Selenium.Core" Version="0.3.9" />
<PackageReference Include="NLog" Version="4.6.6" />
<PackageReference Include="NLog" Version="4.7.0" />
<PackageReference Include="Selenium.Support" Version="3.141.0" />
<PackageReference Include="Selenium.WebDriver" Version="3.141.0" />
<PackageReference Include="WebDriverManager" Version="2.9.1" />
Expand Down
Loading

0 comments on commit a013095

Please sign in to comment.