diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.Core.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth.Core.nuspec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.Core.nuspec b/nuget/DotNetOpenAuth.OAuth.Core.nuspec index 9a7d28b..f330df8 100644 --- a/nuget/DotNetOpenAuth.OAuth.Core.nuspec +++ b/nuget/DotNetOpenAuth.OAuth.Core.nuspec @@ -19,9 +19,14 @@ <file src="$OutputPath35$signed\DotNetOpenAuth.OAuth.dll" target="lib\net35-full\DotNetOpenAuth.OAuth.dll" /> <file src="$OutputPath40$signed\DotNetOpenAuth.OAuth.dll" target="lib\net40-full\DotNetOpenAuth.OAuth.dll" /> + <file src="$OutputPath35$DotNetOpenAuth.OAuth.pdb" target="lib\net35-full\DotNetOpenAuth.OAuth.pdb" /> + <file src="$OutputPath40$DotNetOpenAuth.OAuth.pdb" target="lib\net40-full\DotNetOpenAuth.OAuth.pdb" /> + <file src="$OutputPath35$DotNetOpenAuth.OAuth.xml" target="lib\net35-full\DotNetOpenAuth.OAuth.xml" /> <file src="$OutputPath40$DotNetOpenAuth.OAuth.xml" target="lib\net40-full\DotNetOpenAuth.OAuth.xml" /> <file src="content\OAuth.Core\web.config.transform" target="content\web.config.transform" /> + + <file src="..\src\DotNetOpenAuth.OAuth\**\*.cs" target="src" /> </files> </package>
\ No newline at end of file |