summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.Ultimate.nuspec
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-04-30 21:59:04 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-04-30 21:59:04 -0700
commitd5ce85a1441fc9e315c96c6453f42c3f02dd4dbb (patch)
treee217a50506e208ddc1bff77fbd3e55a40342a616 /nuget/DotNetOpenAuth.Ultimate.nuspec
parent218f7e45a3448af033bb891061c34595cc512811 (diff)
parent8b1b1824dcb10e5a23e545d79181cac2370a1b36 (diff)
downloadDotNetOpenAuth-d5ce85a1441fc9e315c96c6453f42c3f02dd4dbb.zip
DotNetOpenAuth-d5ce85a1441fc9e315c96c6453f42c3f02dd4dbb.tar.gz
DotNetOpenAuth-d5ce85a1441fc9e315c96c6453f42c3f02dd4dbb.tar.bz2
Adds missing version .cs files to NuGet symbol packages.
Fixes #135
Diffstat (limited to 'nuget/DotNetOpenAuth.Ultimate.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.Ultimate.nuspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.Ultimate.nuspec b/nuget/DotNetOpenAuth.Ultimate.nuspec
index 4fb57bb..61599fa 100644
--- a/nuget/DotNetOpenAuth.Ultimate.nuspec
+++ b/nuget/DotNetOpenAuth.Ultimate.nuspec
@@ -30,6 +30,6 @@
<file src="content\Ultimate\web.config.transform" target="content\web.config.transform" />
- <file src="..\src\**\*.cs" target="src" />
+ <file src="..\src\**\*.cs" target="src" exclude="..\src\*\obj\**" />
</files>
</package> \ No newline at end of file