Skip to content

Commit

Permalink
Exclude unused files from package
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Oct 13, 2014
1 parent 6994767 commit 0318f9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/EngageSurvey.Build
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ public class CopyReferencesTask : CopyTask
<include name="**/*.htm" />
<include name="**/*.cshtml" />
<include name="**/*.vbhtml" />
<include name="**/*.js" />
<include name="**/*.css" />
<include name="**/*.jpg" />
<include name="**/*.gif" />
Expand All @@ -292,12 +291,15 @@ public class CopyReferencesTask : CopyTask
<exclude name="??.??.??.txt" />
<exclude name="_ReSharper.*/**"/>
<exclude name="**/obj/**"/>
<exclude name="**/bin/*.xml"/>
<exclude name="**/*.GhostDoc.xml"/>
<exclude name="${referencesDirectory}/**"/>
<exclude name="packages/**" />
</patternset>
<patternset id="source.fileset">
<include name="**/*.cs"/>
<include name="**/*.vb"/>
<include name="**/*.js" />
<include name="**/*.sln"/>
<include name="**/*.csproj"/>
<include name="**/*.vbproj"/>
Expand Down

0 comments on commit 0318f9e

Please sign in to comment.