Skip to content

Commit

Permalink
(build) Switch to recipe.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Apr 20, 2019
1 parent 2403e2d commit 6e9e3a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Build Script #
#---------------------------------#
build_script:
- ps: .\build.ps1 -Script setup.cake -Target AppVeyor -Verbosity Diagnostic --settings_skipverification=true
- ps: .\build.ps1 -Target AppVeyor -Verbosity Diagnostic

# Tests
test: off
Expand All @@ -23,4 +23,4 @@ branches:
#---------------------------------#
#cache:
#- packages -> Source\**\packages.config
#- tools -> setup.cake
#- tools -> recipe.cake
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ https://cakebuild.net

[CmdletBinding()]
Param(
[string]$Script = "setup.cake",
[string]$Script = "recipe.cake",
[string]$Target,
[string]$Configuration,
[ValidateSet("Quiet", "Minimal", "Normal", "Verbose", "Diagnostic")]
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else
fi

# Define default arguments.
SCRIPT="setup.cake"
SCRIPT="recipe.cake"
CAKE_ARGUMENTS=()

# Parse arguments.
Expand Down
File renamed without changes.

0 comments on commit 6e9e3a5

Please sign in to comment.