diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-24 00:19:49 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-29 10:38:39 -0800 |
commit | f1fa342808d2b40d3380b30a3b48dc65ea93c9d4 (patch) | |
tree | d6bb06e66324c4a1b6cd2c6fe3a342a8767b4cb9 /nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec | |
parent | af677bf167c52727f8e0d38c5939a42eb4b32e15 (diff) | |
download | DotNetOpenAuth-f1fa342808d2b40d3380b30a3b48dc65ea93c9d4.zip DotNetOpenAuth-f1fa342808d2b40d3380b30a3b48dc65ea93c9d4.tar.gz DotNetOpenAuth-f1fa342808d2b40d3380b30a3b48dc65ea93c9d4.tar.bz2 |
NuGet symbol packages are also created now.
Fixes #60
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec index 1b106c5..9aec3f8 100644 --- a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec +++ b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec @@ -19,7 +19,12 @@ <file src="$OutputPath35$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net35-full\DotNetOpenAuth.OAuth.ServiceProvider.dll" /> <file src="$OutputPath40$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net40-full\DotNetOpenAuth.OAuth.ServiceProvider.dll" /> + <file src="$OutputPath35$DotNetOpenAuth.OAuth.ServiceProvider.pdb" target="lib\net35-full\DotNetOpenAuth.OAuth.ServiceProvider.pdb" /> + <file src="$OutputPath40$DotNetOpenAuth.OAuth.ServiceProvider.pdb" target="lib\net40-full\DotNetOpenAuth.OAuth.ServiceProvider.pdb" /> + <file src="$OutputPath35$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net35-full\DotNetOpenAuth.OAuth.ServiceProvider.xml" /> <file src="$OutputPath40$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net40-full\DotNetOpenAuth.OAuth.ServiceProvider.xml" /> + + <file src="..\src\DotNetOpenAuth.OAuth.ServiceProvider\**\*.cs" target="src" /> </files> </package>
\ No newline at end of file |