Skip to content

Commit

Permalink
Merge pull request #896 from daveaglick/patch-1
Browse files Browse the repository at this point in the history
Added developmentDependency flag to Cake.Common.nuspec
  • Loading branch information
gep13 committed May 18, 2016
2 parents 1986705 + d8dc356 commit 26b244e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuspec/Cake.Common.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright (c) Patrik Svensson, Mattias Karlsson, Gary Ewan Park and contributors</copyright>
<tags>Cake Script Build</tags>
<developmentDependency>true</developmentDependency>
<dependencies>
<dependency id="Cake.Core" version="$version$" />
</dependencies>
Expand All @@ -23,4 +24,4 @@
<file src="Cake.Common.pdb" target="lib/net45" />
<file src="LICENSE" />
</files>
</package>
</package>

0 comments on commit 26b244e

Please sign in to comment.