Skip to content

Commit

Permalink
Only include Simple PDBs in NuGet Razor package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbattersby committed Aug 29, 2013
1 parent ad93c48 commit 5b7a442
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packaging/nuspec/Simple.Web.Razor.nuspec
Expand Up @@ -21,13 +21,12 @@
<reference file="System.Web.Razor.dll" />
</references>
</metadata>

<files>
<file src="..\..\build\Simple.Web.Razor.dll" target="lib\net40" />
<file src="..\..\build\Simple.Web.Razor.*db" target="lib\net40" />
<file src="..\..\src\Simple.Web.Razor\**\*.cs" target="src" />
<file src="..\..\src\Simple.Web.Razor\web.config.transform" target="content" />
<file src="..\..\lib\AspNetWebStack\System.Web.*" target="lib\net40\AspNetWebStack" />
<file src="..\..\lib\AspNetWebStack\System.Web.*.dll" target="lib\net40\AspNetWebStack" />
<file src="..\..\lib\AspNetWebStack\License.txt" target="lib\net40\AspNetWebStack" />
</files>
</package>

0 comments on commit 5b7a442

Please sign in to comment.