diff --git a/build.ps1 b/build.ps1 index 3a8ef5c..1f2d7a3 100644 --- a/build.ps1 +++ b/build.ps1 @@ -40,7 +40,7 @@ http://cakebuild.net [CmdletBinding()] Param( - [string]$Script = "build.cake", + [string]$Script = "setup.cake", [string]$Target = "Default", [ValidateSet("Release", "Debug")] [string]$Configuration = "Release", diff --git a/build.sh b/build.sh index 6e8f207..3c5cfd5 100644 --- a/build.sh +++ b/build.sh @@ -23,7 +23,7 @@ else fi # Define default arguments. -SCRIPT="build.cake" +SCRIPT="setup.cake" TARGET="Default" CONFIGURATION="Release" VERBOSITY="verbose"