From 7e4bfeb9a4dcb8f2dfba59a51b4d11a9dce22b45 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Mon, 18 Sep 2017 07:23:34 +0100 Subject: [PATCH] Update xunit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9ed17711..2cc61bbc 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ # Define directories. SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) TOOLS_DIR=$SCRIPT_DIR/tools -CAKE_VERSION=0.19.1 +CAKE_VERSION=0.22.2 CAKE_DLL=$TOOLS_DIR/Cake.CoreCLR.$CAKE_VERSION/Cake.dll # Make sure the tools folder exist.