Skip to content

Commit

Permalink
fix(build): #279 Disable reference assembly production for client pro…
Browse files Browse the repository at this point in the history
…ject
  • Loading branch information
Tarmil committed Nov 12, 2022
1 parent caa12b9 commit 808bb0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bolero.Build/Bolero.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Project>
<PropertyGroup Condition="'$(BoleroTaskAssemblyPath)' == ''">
<BoleroTaskAssemblyPath>$(MSBuildThisFileDirectory)..\tools\Bolero.Build.dll</BoleroTaskAssemblyPath>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly><!-- See https://github.com/fsbolero/Bolero/issues/279 -->
</PropertyGroup>
<UsingTask AssemblyFile="$(BoleroTaskAssemblyPath)" TaskName="Bolero.Build.BoleroTask"
Condition="'$(BoleroStripAssemblies)' != 'False'" />
Expand Down

0 comments on commit 808bb0e

Please sign in to comment.