Skip to content

Commit

Permalink
Generate API reference only when required
Browse files Browse the repository at this point in the history
  • Loading branch information
nxrighthere committed Apr 11, 2021
1 parent 79a0574 commit d148d3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Source/Managed/Framework/UnrealEngine.Framework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@
<PackageLicenseExpression>LGPLv3 with a static linking exception</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<ItemGroup Condition="$(DefineConstants.Contains('API_REFERENCE'))">
<PackageReference Include="DefaultDocumentation" Version="0.6.15" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="3.3.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NetCore.Analyzers" Version="3.3.0" PrivateAssets="all" />
Expand Down

0 comments on commit d148d3f

Please sign in to comment.