Skip to content

Commit

Permalink
housekeeping: now use cake 0.30.0 (reactiveui#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Dec 4, 2018
1 parent 4cbbfae commit 4f509f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
// ADDINS
//////////////////////////////////////////////////////////////////////

#addin "nuget:?package=Cake.FileHelpers&version=3.0.0"
#addin "nuget:?package=Cake.FileHelpers&version=3.1.0"
#addin "nuget:?package=Cake.Coveralls&version=0.9.0"
#addin "nuget:?package=Cake.PinNuGetDependency&version=3.0.1"
#addin "nuget:?package=Cake.Powershell&version=0.4.5"
#addin "nuget:?package=Cake.PinNuGetDependency&version=3.1.0"
#addin "nuget:?package=Cake.Powershell&version=0.4.7"

//////////////////////////////////////////////////////////////////////
// TOOLS
Expand All @@ -18,9 +18,9 @@
#tool "nuget:?package=GitReleaseManager&version=0.7.1"
#tool "nuget:?package=coveralls.io&version=1.4.2"
#tool "nuget:?package=OpenCover&version=4.6.519"
#tool "nuget:?package=ReportGenerator&version=3.1.2"
#tool "nuget:?package=ReportGenerator&version=4.0.4"
#tool "nuget:?package=vswhere&version=2.5.2"
#tool "nuget:?package=xunit.runner.console&version=2.4.0"
#tool "nuget:?package=xunit.runner.console&version=2.4.1"

//////////////////////////////////////////////////////////////////////
// ARGUMENTS
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
tools\nuget\nuget.exe install Cake -OutputDirectory tools -ExcludeVersion -Version 0.22.1
tools\nuget\nuget.exe install Cake -OutputDirectory tools -ExcludeVersion -Version 0.30.0

tools\Cake\Cake.exe build.cake --target=%1

Expand Down

0 comments on commit 4f509f0

Please sign in to comment.