Skip to content

Commit

Permalink
(GH-10) Update to Cake 0.23.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Dec 20, 2017
1 parent ecaf694 commit 565d921
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions cake.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Nuget]
; Use the new InProcess client, because some packages have long file paths.
UseInProcessClient=true
3 changes: 2 additions & 1 deletion setup.cake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ BuildParameters.SetParameters(
title: "Cake.Issues",
repositoryOwner: "cake-contrib",
repositoryName: "Cake.Issues",
appVeyorAccountName: "cakecontrib");
appVeyorAccountName: "cakecontrib",
shouldRunCodecov: false);

BuildParameters.PrintParameters(Context);

Expand Down
2 changes: 1 addition & 1 deletion tools/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.19.4" />
<package id="Cake" version="0.23.0" />
</packages>

0 comments on commit 565d921

Please sign in to comment.