Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Exclude assemblies which are available on target system from being em…
Browse files Browse the repository at this point in the history
…bedded
  • Loading branch information
pascalberger committed Jul 26, 2018
1 parent 135f839 commit 36b68f6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/Cake.Issues.PullRequests.Tfs/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers>
<Costura />
<Costura>
<ExcludeAssemblies>
Cake.Core
Cake.Issues
Cake.Issues.PullRequests
Costura
</ExcludeAssemblies>
</Costura>
</Weavers>

0 comments on commit 36b68f6

Please sign in to comment.