Skip to content

Commit

Permalink
Trying to fix CI by disabling documentation generation in Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Feb 9, 2025
1 parent 426117f commit 262ca58
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<DocumentationFile>Dysnomia.Common.SteamWebAPI.xml</DocumentationFile>
<DocumentationMarkdown>..\Doc.md</DocumentationMarkdown>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'!='Debug'">
<GenerateDocumentationFile>false</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 262ca58

Please sign in to comment.