Skip to content

Commit

Permalink
fix: can not build api.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kklldog committed Feb 9, 2022
1 parent bed4e12 commit 187666d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>..\AgileConfig.Server.Apisite\AgileConfig.Server.Apisite.xml</DocumentationFile>
<DocumentationFile>bin\Debug\AgileConfig.Server.Apisite.xml</DocumentationFile>
<NoWarn>1701;1702;1591;1573</NoWarn>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\AgileConfig.Server.Apisite.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Remove="agile_config.db" />
</ItemGroup>
Expand Down

0 comments on commit 187666d

Please sign in to comment.