[cpack/stabilization/2106-jenkins] missed cpack log file path shortening

main
scottr 5 years ago
parent 071ed777bd
commit 7011bb66f1

@ -55,7 +55,7 @@ ECHO [ci_build] "!CPACK_PATH!" -C %CONFIGURATION%
IF NOT %ERRORLEVEL%==0 (
rem dump the log file generated by cpack specifically for WIX
ECHO ****************************************************************
TYPE "_CPack_Packages\\win64\\WIX\\wix.log"
TYPE "_CPack_Packages\\WIX\\wix.log"
ECHO ****************************************************************
GOTO :popd_error
)

Loading…
Cancel
Save