From ff43d0423627be982913c9d10c47897517ff13be Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Fri, 29 Jan 2016 13:29:03 -0800 Subject: update version of buildtools --- src/scripts/buildtools/restorebuildtools.bat | 11 ----------- src/scripts/buildtools/restorebuildtools.proj | 8 -------- 2 files changed, 19 deletions(-) delete mode 100644 src/scripts/buildtools/restorebuildtools.bat delete mode 100644 src/scripts/buildtools/restorebuildtools.proj (limited to 'src/scripts') diff --git a/src/scripts/buildtools/restorebuildtools.bat b/src/scripts/buildtools/restorebuildtools.bat deleted file mode 100644 index a07e81759f..0000000000 --- a/src/scripts/buildtools/restorebuildtools.bat +++ /dev/null @@ -1,11 +0,0 @@ -REM ========================================================================================= -REM === -REM === Restore build tools required for native build -REM === -REM ========================================================================================= -echo Restore coreclr build tools nuget package -setlocal -:: Set the environment for the managed build -call "%__VSToolsRoot%\VsDevCmd.bat" -%_msbuildexe% "%~dp0restorebuildtools.proj" /p:OutputPath="%__IntermediatesDir%" /nodeReuse:false -endlocal \ No newline at end of file diff --git a/src/scripts/buildtools/restorebuildtools.proj b/src/scripts/buildtools/restorebuildtools.proj deleted file mode 100644 index cc6c6d2ba9..0000000000 --- a/src/scripts/buildtools/restorebuildtools.proj +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file -- cgit v1.2.3