Skip to content

Commit

Permalink
Fixing an issue with embedded not containing the binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Mar 22, 2012
1 parent 81ade56 commit b610143
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions default.ps1
Expand Up @@ -505,6 +505,10 @@ task CreateNugetPackage {
Copy-Item "$_" $build_dir\NuPack\lib\sl50 Copy-Item "$_" $build_dir\NuPack\lib\sl50
Copy-Item "$_" $build_dir\NuPack-Client\lib\sl50 Copy-Item "$_" $build_dir\NuPack-Client\lib\sl50
} }

$all_client_dlls | ForEach-Object {
Copy-Item "$_" $build_dir\NuPack-Embedded\lib\net40
}


# Remove files that are obtained as dependencies # Remove files that are obtained as dependencies
Remove-Item $build_dir\NuPack\lib\*\Newtonsoft.Json.* -Recurse Remove-Item $build_dir\NuPack\lib\*\Newtonsoft.Json.* -Recurse
Expand Down

0 comments on commit b610143

Please sign in to comment.