Skip to content

Commit

Permalink
Added inclusion of XML documentation files in ZIP package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Gomes committed Feb 12, 2010
1 parent d986e68 commit 9b3bf47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ if(test-path build)
foreach($framework in $frameworks)
{
zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.dll"
zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.xml"
zip -9 -u "$zipfile" "$framework\$configuration\nmsprovider*.config"
zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.dll"
zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.Test.xml"
if($framework -ieq "mono-2.0")
{
zip -9 -u "$zipfile" "$framework\$configuration\$pkgname.dll.mdb"
Expand Down

0 comments on commit 9b3bf47

Please sign in to comment.