Skip to content

Commit

Permalink
Merge pull request #24 from mattekelly/patch-1
Browse files Browse the repository at this point in the history
Exclude unnecessary files from package
  • Loading branch information
bdukes committed May 19, 2014
2 parents a1e9c78 + 84d128d commit f89aace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion EngagePublish.Build
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@
<exclude name="_ReSharper.*/**"/>
<exclude name="**/obj/**"/>
<exclude name="${referencesDirectory}/**"/>
<exclude name="**/bin/**"/>
</patternset>
<patternset id="source.fileset">
<include name="**/*.js"/>
Expand All @@ -405,5 +406,6 @@
<include name="MSBuild/*.targets"/>
<exclude name="**/obj/**"/>
<exclude name="Release.txt"/>
<exclude name="**/bin/**"/>
</patternset>
</project>
</project>

0 comments on commit f89aace

Please sign in to comment.