Skip to content

Commit

Permalink
Updated documentation output.
Browse files Browse the repository at this point in the history
  • Loading branch information
lparkermg committed Nov 28, 2019
1 parent 76c649d commit 45ff39a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\CR.AggregateRepository.EventStore.xml</DocumentationFile>
<DocumentationFile>bin\Debug\netstandard2.0\CorshamScience.AggregateRepository.EventStore.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
<DocumentationFile>bin\Release\netstandard2.0\CR.AggregateRepository.Persistence.EventStore.xml</DocumentationFile>
<DocumentationFile>bin\Release\netstandard2.0\CorshamScience.AggregateRepository.Persistence.EventStore.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 45ff39a

Please sign in to comment.