Skip to content

Commit

Permalink
added bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuntley committed Mar 27, 2016
1 parent 93ec1d0 commit 8f9731d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.cmd
@@ -0,0 +1,8 @@
@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\Cake\Cake.exe build.cake

exit /b %errorlevel%
6 changes: 6 additions & 0 deletions build.sh
@@ -0,0 +1,6 @@
#!/bin/sh
mono tools/nuget/nuget.exe update -self
mono tools/nuget/nuget.exe install xunit.runner.console -OutputDirectory tools -ExcludeVersion
mono tools/nuget/nuget.exe install Cake -OutputDirectory tools -ExcludeVersion

mono tools/Cake/Cake.exe build.cake
Binary file added tools/nuget/nuget.exe
Binary file not shown.

0 comments on commit 8f9731d

Please sign in to comment.