appveyor-artifacts.cmd: Print %compiler% and %configuration%.

This commit is contained in:
David Korth 2023-07-05 20:38:19 -04:00
parent 753efb4a6f
commit d3cafba1bd

View File

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