add comments to swagger
This commit is contained in:
parent
cd8df6bf54
commit
41f747e008
2 changed files with 11 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue