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.OpenId.Core.UI.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.OpenId.Core.UI.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec b/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec index 49b8bd8..b70762a 100644 --- a/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec @@ -18,7 +18,13 @@ <files> <file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.UI.dll" target="lib\net35-full\DotNetOpenAuth.OpenId.UI.dll" /> <file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.UI.dll" target="lib\net40-full\DotNetOpenAuth.OpenId.UI.dll" /> + + <file src="$OutputPath35$DotNetOpenAuth.OpenId.UI.pdb" target="lib\net35-full\DotNetOpenAuth.OpenId.UI.pdb" /> + <file src="$OutputPath40$DotNetOpenAuth.OpenId.UI.pdb" target="lib\net40-full\DotNetOpenAuth.OpenId.UI.pdb" /> + <file src="$OutputPath35$DotNetOpenAuth.OpenId.UI.xml" target="lib\net35-full\DotNetOpenAuth.OpenId.UI.xml" /> <file src="$OutputPath40$DotNetOpenAuth.OpenId.UI.xml" target="lib\net40-full\DotNetOpenAuth.OpenId.UI.xml" /> + + <file src="..\src\DotNetOpenAuth.OpenId.UI\**\*.cs" target="src" /> </files> </package>
\ No newline at end of file |