Skip to content

Commit

Permalink
Fixed the build by setting the cake and addins version
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Alexandre committed Mar 5, 2018
1 parent 067416d commit 4ed7224
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#addin nuget:https://www.nuget.org/api/v2/?package=Cake.Docker
#addin nuget:https://www.nuget.org/api/v2/?package=Cake.DoInDirectory
#addin nuget:https://www.nuget.org/api/v2/?package=Cake.FileHelpers
#addin nuget:https://www.nuget.org/api/v2/?package=Cake.Docker&version=0.8.5
#addin nuget:https://www.nuget.org/api/v2/?package=Cake.DoInDirectory&version=2.0.0
// #addin nuget:https://www.nuget.org/api/v2/?package=Cake.FileHelpers

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

0 comments on commit 4ed7224

Please sign in to comment.