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

This commit is contained in:
scottr
2021-06-18 08:36:28 -07:00
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
)