Skip to content

Commit

Permalink
Update TickSpec/TickSpec.fsproj
Browse files Browse the repository at this point in the history
Co-Authored-By: mchaloupka <[email protected]>
  • Loading branch information
bartelink and mchaloupka committed Oct 25, 2018
1 parent 1630770 commit e459f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TickSpec/TickSpec.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\netfx.props" />
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
<Title>TickSpec</Title>
<Description>
Describe behaviour in plain text using the Gherkin business language, i.e. Given, When, Then. Easily execute the behaviour against matching F# 'ticked' methods (let ``tick method`` () = true) or attributed C# or F# methods.
Expand Down Expand Up @@ -46,4 +46,4 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>
</Project>

0 comments on commit e459f54

Please sign in to comment.