Skip to content

Commit

Permalink
Make sure the right stuff is included & excluded from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Oct 22, 2012
1 parent 8f9a01c commit 1aed807
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions EngageTake-Out.Build
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,13 @@
<include name="**/*.xsd" />
<exclude name="Licenses/EULA-*"/>
<exclude name="ReleaseNotes_*.htm"/>
<exclude name="CustomDictionary.xml"/>
<exclude name="??.??.??.txt" />
<exclude name="_ReSharper.*/**"/>
<exclude name="**/obj/**"/>
<exclude name="${referencesDirectory}/**"/>
<exclude name="packages/**" />
<exclude name="Take-Out.Tests/**" />
</patternset>
<patternset id="source.fileset">
<include name="**/*.js"/>
Expand All @@ -401,10 +403,14 @@
<include name="**/*.txt"/>
<include name="Licenses/EULA-*"/>
<include name="ReleaseNotes_*.htm"/>
<include name="CustomDictionary.xml"/>
<include name="??.??.??.txt" />
<include name="MSBuild/*.dll"/>
<include name="MSBuild/*.targets"/>
<include name=".nuget/**"/>
<exclude name="**/obj/**"/>
<exclude name="Release.txt" />
<exclude name="_ReSharper.*/**" />
<exclude name="packages/**" />
</patternset>
</project>

0 comments on commit 1aed807

Please sign in to comment.