Skip to content

Commit

Permalink
Don't include test project in ilmerged output
Browse files Browse the repository at this point in the history
Fix #69
  • Loading branch information
chadly committed Oct 27, 2016
1 parent 22be719 commit 716941b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teamcity.targets
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</Target>

<Target Name="Merge" DependsOnTargets="Build">
<CreateItem Include="$(MSBuildThisFileDirectory)bin\$(Configuration)\Geocoding.*.dll">
<CreateItem Include="$(MSBuildThisFileDirectory)bin\$(Configuration)\Geocoding.*.dll" Exclude="$(MSBuildThisFileDirectory)bin\$(Configuration)\Geocoding.Tests*">
<Output TaskParameter="Include" ItemName="mergeAsm" />
</CreateItem>

Expand Down

0 comments on commit 716941b

Please sign in to comment.