diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:52:15 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:52:15 -0700 |
commit | 8b1b1824dcb10e5a23e545d79181cac2370a1b36 (patch) | |
tree | 78e1e8bd5a3a0453406caa91ae467dfdb5db3d59 /nuget/DotNetOpenAuth.Ultimate.nuspec | |
parent | 39fd71636b28b49a97df67068aed49861c869d0e (diff) | |
download | DotNetOpenAuth-8b1b1824dcb10e5a23e545d79181cac2370a1b36.zip DotNetOpenAuth-8b1b1824dcb10e5a23e545d79181cac2370a1b36.tar.gz DotNetOpenAuth-8b1b1824dcb10e5a23e545d79181cac2370a1b36.tar.bz2 |
Migrated the latest changes from DNOA.Core.nuspec to the rest of them to fix the symbol server issues.
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 |