summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorVance Morrison <vancem@microsoft.com>2016-10-13 13:10:12 -0700
committerJan Kotas <jkotas@microsoft.com>2016-10-13 13:10:12 -0700
commitb73eb6032205bd0603e0bdcf5b4305997ed00e08 (patch)
treee4283c56e36f3732d2f8cfe48f4cbf8ae6095ea3 /build.cmd
parentd82177eedb868353ab3a42c1cf503bcc28ed741b (diff)
downloadcoreclr-b73eb6032205bd0603e0bdcf5b4305997ed00e08.tar.gz
coreclr-b73eb6032205bd0603e0bdcf5b4305997ed00e08.tar.bz2
coreclr-b73eb6032205bd0603e0bdcf5b4305997ed00e08.zip
Added Docs for Using Visual Studio to Edit and Debug in CoreCLR Repo (#7582)
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.cmd b/build.cmd
index c63d9d94a8..a0b59b6339 100644
--- a/build.cmd
+++ b/build.cmd
@@ -1,6 +1,7 @@
@if not defined _echo @echo off
setlocal EnableDelayedExpansion EnableExtensions
+echo Starting Build at %TIME%
set __ThisScriptFull="%~f0"
set __VSToolsRoot=%VS140COMNTOOLS%
:: Note that the msbuild project files (specifically, dir.proj) will use the following variables, if set:
@@ -448,7 +449,7 @@ REM === All builds complete!
REM ===
REM =========================================================================================
-echo %__MsgPrefix%Repo successfully built.
+echo %__MsgPrefix%Repo successfully built. Finished at %TIME%
echo %__MsgPrefix%Product binaries are available at !__BinDir!
if %__BuildTests% EQU 1 (
echo %__MsgPrefix%Test binaries are available at !__TestBinDir!