Skip to content

Commit

Permalink
Don't include tool PDBs, save space
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Oct 13, 2014
1 parent aa6c652 commit 1ad9bc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Refit/refit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
<files>
<file src="content\*.*" target="content" />
<file src="targets\*.*" target="build" />
<file src="..\InterfaceStubGenerator\bin\Release\*.*" target="tools" />
<file src="..\InterfaceStubGenerator\bin\Release\*.exe" target="tools" />
<file src="..\InterfaceStubGenerator\bin\Release\*.dll" target="tools" />
<file src="..\InterfaceStubGenerator\bin\Release\*.mustache" target="tools" />

<file src="bin\Release\MonoAndroid\Refit*.*" target="lib\MonoAndroid" />
<file src="bin\Release\Xamarin.iOS10\Refit*.*" target="lib\Xamarin.iOS10" />
Expand Down

0 comments on commit 1ad9bc7

Please sign in to comment.