Skip to content

Commit e085a9c

Browse files
author
Anouar Hassine
committed
Updating build tools (#62)
1 parent 4e3239b commit e085a9c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ _Pvt_Extensions
242242
tools/Addins
243243
tools/Cake
244244
tools/Cake.XComponent
245-
tools/NUnit.Runners
245+
tools/NUnit.Runners*
246246
tools/XComponent.MSBuild.Tasks
247247
tools/nuget.exe
248248
tools/packages.config.md5sum

Tools/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Cake" version="0.19.3" />
3+
<package id="Cake" version="0.23.0" />
44
<package id="XComponent.MSBuild.Tasks" version="1.0.0" />
55
</packages>

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#tool "nuget:?package=NUnit.Runners&version=2.6.4"
22
#tool "nuget:?package=ILRepack"
3-
#addin "Cake.FileHelpers&version=1.0.4"
4-
#addin "Cake.Incubator&version=1.0.56"
3+
#addin "Cake.FileHelpers&version=2.0.0"
4+
#addin "Cake.Incubator&version=1.6.0"
55
#load "cake.scripts/utilities.cake"
66

77
var target = Argument("target", "Build");

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ $ADDINS_DIR = Join-Path $TOOLS_DIR "addins"
9191
$MODULES_DIR = Join-Path $TOOLS_DIR "modules"
9292
$NUGET_EXE = Join-Path $TOOLS_DIR "nuget.exe"
9393
$CAKE_EXE = Join-Path $TOOLS_DIR "Cake/Cake.exe"
94-
$NUGET_URL = "https://dist.nuget.org/win-x86-commandline/v4.0.0/nuget.exe"
94+
$NUGET_URL = "https://dist.nuget.org/win-x86-commandline/v4.4.1/nuget.exe"
9595
$PACKAGES_CONFIG = Join-Path $TOOLS_DIR "packages.config"
9696
$PACKAGES_CONFIG_MD5 = Join-Path $TOOLS_DIR "packages.config.md5sum"
9797
$ADDINS_PACKAGES_CONFIG = Join-Path $ADDINS_DIR "packages.config"

0 commit comments

Comments
 (0)