mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
reverting mono workaround as it didn't work.
This commit is contained in:
parent
2922180fdf
commit
0cc182b01d
2 changed files with 3 additions and 3 deletions
|
@ -84,8 +84,8 @@ Function PackageMono()
|
|||
|
||||
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
|
||||
get-childitem $outputFolder -File -Filter Newtonsoft.Json.* -Recurse | foreach ($_) {remove-item $_.fullname}
|
||||
Copy-Item .\packages\Newtonsoft.Json.5.*\lib\net35\*.dll -Destination $outputFolder
|
||||
}
|
||||
|
||||
Function PackageTests()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue