diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:59:04 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:59:04 -0700 |
commit | d5ce85a1441fc9e315c96c6453f42c3f02dd4dbb (patch) | |
tree | e217a50506e208ddc1bff77fbd3e55a40342a616 /nuget/DotNetOpenAuth.Ultimate.nuspec | |
parent | 218f7e45a3448af033bb891061c34595cc512811 (diff) | |
parent | 8b1b1824dcb10e5a23e545d79181cac2370a1b36 (diff) | |
download | DotNetOpenAuth-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.nuspec | 2 |
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 |