Skip to content

Commit

Permalink
housekeeping: specify cake version in bootstrap script (reactiveui#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevett authored and ghuntley committed Sep 13, 2017
1 parent fe51eb5 commit 81db6c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
tools\nuget\nuget.exe update -self
tools\nuget\nuget.exe install xunit.runner.console -OutputDirectory tools -ExcludeVersion
tools\nuget\nuget.exe install Cake -OutputDirectory tools -ExcludeVersion
tools\nuget\nuget.exe install Cake -OutputDirectory tools -ExcludeVersion -Version 0.21.1

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

Expand Down
4 changes: 0 additions & 4 deletions tools/packages.config

This file was deleted.

0 comments on commit 81db6c7

Please sign in to comment.