Skip to content

Commit 42e885b

Browse files
committed
Put back the echo in the build script for debugging
1 parent b93c457 commit 42e885b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/appveyor/MSVC-appveyor-full.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ IF "%PROFILE%" == "MSVC2015" (
5555
EXIT /B 1
5656
)
5757

58+
:: Put back the @ECHO since vcvars*.bat above disables it
59+
@ECHO ON
5860

5961
:: compiler and generator detection
6062
IF /i "%PLATFORM%" == "x64" SET GENARCH= Win64

0 commit comments

Comments
 (0)