Updating to Sake 0.2.2

This commit is contained in:
Pranav K 2015-09-09 11:19:24 -07:00
parent 53a8ee36f3
commit 864cc39ce2
4 changed files with 4 additions and 9 deletions

View File

@ -15,5 +15,5 @@ md .nuget
copy %CACHED_NUGET% .nuget\nuget.exe > nul
:build
.nuget\nuget.exe install Sake -version 0.2 -o packages
packages\Sake.0.2\tools\Sake.exe -I build -f makefile.shade %*
.nuget\nuget.exe install Sake -version 0.2.2 -o packages -ExcludeVersion
packages\Sake\tools\Sake.exe -I build -f makefile.shade %*

View File

@ -26,13 +26,6 @@ functions
return "t" + DateTime.UtcNow.ToString("yyMMddHHmmss");
}
}
bool IsTeamCity
{
get
{
return Environment.GetEnvironmentVariable("TEAMCITY_PROJECT_NAME") != null;
}
}
bool IsBuildV2
{

View File

@ -6,6 +6,7 @@ use namespace="System.Linq"
use import="Files"
use import="BuildEnv"
use import="Environment"
use-teamcity
default BASE_DIR='${Directory.GetCurrentDirectory()}'
default TARGET_DIR='${Path.Combine(BASE_DIR, "artifacts")}'

View File

@ -2,6 +2,7 @@
var PROJECT='AspNet'
var VERSION='0.2.1'
use-teamcity
use namespace='System'
use namespace='System.IO'
use namespace='System.Collections.Generic'