Skip to content

Commit

Permalink
(GH-27) Use pre-release version of Wyam Recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Mar 16, 2020
1 parent 06e9bf6 commit 7019777
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load nuget:https://www.nuget.org/api/v2?package=Cake.Wyam.Recipe&version=0.8.0
#load nuget:https://www.myget.org/F/cake-contrib?package=Cake.Wyam.Recipe&version=0.9.0-unstable0005&prerelease

Environment.SetVariableNames();

Expand All @@ -9,7 +9,8 @@ BuildParameters.SetParameters(context: Context,
repositoryName: "adnuguk.github.io",
appVeyorAccountName: "adnuguk",
webHost: "aberdeendevelopers.co.uk",
shouldPurgeCloudflareCache: true);
shouldPurgeCloudflareCache: true,
masterBranchName: "source");

BuildParameters.PrintParameters(Context);

Expand Down

0 comments on commit 7019777

Please sign in to comment.