From 61180f54fe0b1179ee0391f7e7f82c60e733a159 Mon Sep 17 00:00:00 2001 From: Anouar Hassine Date: Fri, 8 Dec 2017 15:25:53 +0100 Subject: [PATCH] Updating build tools --- .gitignore | 2 +- Tools/packages.config | 2 +- build.cake | 4 ++-- build.ps1 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8933c10..e463f54 100644 --- a/.gitignore +++ b/.gitignore @@ -242,7 +242,7 @@ _Pvt_Extensions tools/Addins tools/Cake tools/Cake.XComponent -tools/NUnit.Runners +tools/NUnit.Runners* tools/XComponent.MSBuild.Tasks tools/nuget.exe tools/packages.config.md5sum diff --git a/Tools/packages.config b/Tools/packages.config index 49dc01b..14ac4b3 100644 --- a/Tools/packages.config +++ b/Tools/packages.config @@ -1,5 +1,5 @@ - + diff --git a/build.cake b/build.cake index c97d82c..4836757 100644 --- a/build.cake +++ b/build.cake @@ -1,7 +1,7 @@ #tool "nuget:?package=NUnit.Runners&version=2.6.4" #tool "nuget:?package=ILRepack" -#addin "Cake.FileHelpers&version=1.0.4" -#addin "Cake.Incubator&version=1.0.56" +#addin "Cake.FileHelpers&version=2.0.0" +#addin "Cake.Incubator&version=1.6.0" #load "cake.scripts/utilities.cake" var target = Argument("target", "Build"); diff --git a/build.ps1 b/build.ps1 index 04dfe3a..e9b6dd9 100644 --- a/build.ps1 +++ b/build.ps1 @@ -91,7 +91,7 @@ $ADDINS_DIR = Join-Path $TOOLS_DIR "addins" $MODULES_DIR = Join-Path $TOOLS_DIR "modules" $NUGET_EXE = Join-Path $TOOLS_DIR "nuget.exe" $CAKE_EXE = Join-Path $TOOLS_DIR "Cake/Cake.exe" -$NUGET_URL = "https://dist.nuget.org/win-x86-commandline/v4.0.0/nuget.exe" +$NUGET_URL = "https://dist.nuget.org/win-x86-commandline/v4.4.1/nuget.exe" $PACKAGES_CONFIG = Join-Path $TOOLS_DIR "packages.config" $PACKAGES_CONFIG_MD5 = Join-Path $TOOLS_DIR "packages.config.md5sum" $ADDINS_PACKAGES_CONFIG = Join-Path $ADDINS_DIR "packages.config"