Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Updating Sake to always use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
kichalla committed Sep 9, 2015
1 parent 15521ff commit a7bebaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ md .nuget
copy %CACHED_NUGET% .nuget\nuget.exe > nul

:build
.nuget\nuget.exe install Sake -version 0.2.2 -o packages -ExcludeVersion
.nuget\NuGet.exe install Sake -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages
packages\Sake\tools\Sake.exe -I build -f makefile.shade %*
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi

if test ! -d packages/KoreBuild; then
mono .nuget/nuget.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
mono .nuget/nuget.exe install Sake -version 0.2.2 -o packages -ExcludeVersion
mono .nuget/nuget.exe install Sake -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages
fi

if ! type dnvm > /dev/null 2>&1; then
Expand Down

0 comments on commit a7bebaa

Please sign in to comment.