Skip to content

Commit

Permalink
Merge pull request #4 from mattekelly/patch-1
Browse files Browse the repository at this point in the history
Exclude unnecessary files from package

Fixes #3
  • Loading branch information
bdukes committed May 19, 2014
2 parents 49b46b9 + cf4d60d commit 44c21b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/EngageSurvey.Build
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ public class CopyReferencesTask : CopyTask
<exclude name="**/obj/**"/>
<exclude name="${referencesDirectory}/**"/>
<exclude name="packages/**" />
<exclude name="**/bin/**"/>
</patternset>
<patternset id="source.fileset">
<include name="**/*.cs"/>
Expand All @@ -355,5 +356,6 @@ public class CopyReferencesTask : CopyTask
<include name="MSBuild/*.targets"/>
<exclude name="**/obj/**"/>
<exclude name="Release.txt" />
<exclude name="**/bin/**"/>
</patternset>
</project>

0 comments on commit 44c21b3

Please sign in to comment.