Skip to content

Commit

Permalink
Now really fixing this
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Jul 31, 2011
1 parent 862949c commit 23c39ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.ps1
Expand Up @@ -243,7 +243,7 @@ task CopySilverlight{
} }


foreach($silverlight_dll in $silverlight_dlls_libs) { foreach($silverlight_dll in $silverlight_dlls_libs) {
cp "$build_dir\SharedLibs\Silverlight\$silverlight_dll" $build_dir\Output\Silverlight cp "$lib_dir\Silverlight\$silverlight_dll" $build_dir\Output\Silverlight
} }


} }
Expand Down Expand Up @@ -453,7 +453,7 @@ task CreateNugetPackage {
} }


foreach($silverlight_dll in $silverlight_dlls_libs) { foreach($silverlight_dll in $silverlight_dlls_libs) {
cp "$lib_dir\SharedLibs\Silverlight\$silverlight_dll" $build_dir\NuPack\lib\sl40 cp "$lib_dir\Silverlight\$silverlight_dll" $build_dir\NuPack\lib\sl40
} }


foreach($client_dll in $all_client_dlls) { foreach($client_dll in $all_client_dlls) {
Expand Down

0 comments on commit 23c39ba

Please sign in to comment.