add comments to swagger

This commit is contained in:
Вячеслав 2025-04-27 15:36:15 +05:00
parent cd8df6bf54
commit 41f747e008
2 changed files with 11 additions and 0 deletions

View file

@ -7,6 +7,14 @@
<RootNamespace>SurveyBackend</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\SurveyBackend.API.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\SurveyBackend.API.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Content Update="appsettings.*.json">
<CopyToPublishDirectory>Never</CopyToPublishDirectory>