From 510dab8407557ba07b443ae1062915d3a1f45443 Mon Sep 17 00:00:00 2001 From: Victor Hurdugaci Date: Wed, 2 Mar 2016 15:57:31 -0800 Subject: Remove KoreBuild --- build.cmd | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'build.cmd') diff --git a/build.cmd b/build.cmd index 1fdea7294f..7d4894cb4a 100644 --- a/build.cmd +++ b/build.cmd @@ -1,23 +1,2 @@ -@echo off -cd %~dp0 - -SETLOCAL -SET NUGET_VERSION=latest -SET CACHED_NUGET=%LocalAppData%\NuGet\nuget.%NUGET_VERSION%.exe - -IF EXIST %CACHED_NUGET% goto copynuget -echo Downloading latest version of NuGet.exe... -IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet -@powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest 'https://dist.nuget.org/win-x86-commandline/%NUGET_VERSION%/nuget.exe' -OutFile '%CACHED_NUGET%'" - -:copynuget -IF EXIST .nuget\nuget.exe goto restore -md .nuget -copy %CACHED_NUGET% .nuget\nuget.exe > nul - -:restore -IF EXIST packages\Sake goto run -.nuget\NuGet.exe install Sake -ExcludeVersion -Out packages - -:run -packages\Sake\tools\Sake.exe -I KoreBuild-dotnet\build -f makefile.shade %* +@ECHO OFF +PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0build.ps1' %*; exit $LASTEXITCODE" \ No newline at end of file -- cgit v1.2.3