Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit ac834f4

Browse files
guilhermeluizspbruno-brant
authored andcommitted
fix: always generate docs for the sample project
This is required because the swagger integration is configured to always extract descriptions/schemas from the generated documentation file. When this file does't exist, we get a FileNotFoundException at the startup phase.
1 parent 8b42d04 commit ac834f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/Liquid.Sample.CarRegistry/Liquid.Sample.CarRegistry.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<AssemblyName>Liquid.Sample.CarRegistry</AssemblyName>
1111
</PropertyGroup>
1212

13-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
14-
<DocumentationFile>bin\Debug\netcoreapp2.2\Sample.Car.xml</DocumentationFile>
13+
<PropertyGroup>
14+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1515
</PropertyGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)