Skip to content

Commit

Permalink
Fix for issue #1 - excluded Elmah and System.Web.Http assemblies from…
Browse files Browse the repository at this point in the history
… nupkg.
  • Loading branch information
rdingwall committed Jul 8, 2012
1 parent 2d56784 commit e02f79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Elmah.Contrib.WebApi.targets
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!-- cleanup any files we won't be distributing in our nupkg -->
<ItemGroup>
<FilesToRemove Include="$(OutputDir)\*.*" Exclude="$(OutputDir)\**\Elmah.Contrib.WebApi.*" />
<FilesToRemove Include="$(OutputDir)\**\*.*" Exclude="$(OutputDir)\**\Elmah.Contrib.WebApi.*" />
</ItemGroup>
<Delete Files="@(FilesToRemove)" />

Expand Down

0 comments on commit e02f79f

Please sign in to comment.