Skip to content

Commit

Permalink
Change name of build script to recipe.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Jan 27, 2020
1 parent d93631b commit 45a0cd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ https://cakebuild.net

[CmdletBinding()]
Param(
[string]$Script = "setup.cake",
[string]$Script = "recipe.cake",
[string]$Target = "Default",
[ValidateSet("Release", "Debug")]
[string]$Configuration = "Release",
Expand Down
File renamed without changes.

0 comments on commit 45a0cd6

Please sign in to comment.