appveyor-artifacts.cmd: Enable ECHO to try to debug artifacts.

AppVeyor isn't saving artifacts, even though it should be saving them...
This commit is contained in:
David Korth 2023-07-05 18:29:31 -04:00
parent a43cd969f4
commit 000739724c

View File

@ -1,4 +1,4 @@
@ECHO OFF
@ECHO ON
if not "%compiler%" == "msvc2015" exit /b 0
if not "%configuration%" == "Release" exit /b 0