Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tools/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.19.3" />
<package id="Cake" version="0.23.0" />
<package id="XComponent.MSBuild.Tasks" version="1.0.0" />
</packages>
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down