File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ _Pvt_Extensions
242242tools /Addins
243243tools /Cake
244244tools /Cake.XComponent
245- tools /NUnit.Runners
245+ tools /NUnit.Runners *
246246tools /XComponent.MSBuild.Tasks
247247tools /nuget.exe
248248tools /packages.config.md5sum
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
77var target = Argument ( "target" , "Build" ) ;
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments