adde json.net to update package.

This commit is contained in:
kay.one 2013-09-19 00:20:40 -07:00
parent e0fb77a521
commit 57540f9ecb
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ Function AddJsonNet()
{
get-childitem $outputFolder -File -Filter Newtonsoft.Json.* -Recurse | foreach ($_) {remove-item $_.fullname}
Copy-Item .\packages\Newtonsoft.Json.5.*\lib\net35\*.dll -Destination $outputFolder
Copy-Item .\packages\Newtonsoft.Json.5.*\lib\net35\*.dll -Destination $outputFolder\NzbDrone.Update
}
Function PackageTests()