diff --git a/build.ps1 b/build.ps1 index b346a90673..1cda22e13e 100644 --- a/build.ps1 +++ b/build.ps1 @@ -11,7 +11,7 @@ param ( [Parameter()] [bool] - $SelfContained = $True, + $SelfContained = $False, [Parameter()] [bool] @@ -19,7 +19,7 @@ param ( [Parameter()] [bool] - $PublishSingleFile = $False + $PublishSingleFile = $True ) .\scripts\download.ps1 $OutputPath