Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiran Challa <kichalla@microsoft.com>2015-09-10 01:08:09 +0300
committerKiran Challa <kichalla@microsoft.com>2015-09-10 01:08:09 +0300
commit15521ffc2b495e67fc8aaf12e175295a198eec75 (patch)
treea88efb721da7d9ee0aa4d739942ab1b526680888 /build.sh
parenta0d51b9c2fd023cba14564cd378adbedb37fb785 (diff)
Updating Sake to 0.2.2
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 203b034a33..74e557877c 100755
--- a/build.sh
+++ b/build.sh
@@ -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 -o packages -ExcludeVersion
+ mono .nuget/nuget.exe install Sake -version 0.2.2 -o packages -ExcludeVersion
fi
if ! type dnvm > /dev/null 2>&1; then