Msbuild warning fix for jenkins (#5818)

This commit is contained in:
Esteban Papp
2021-11-23 13:16:04 -08:00
committed by GitHub
parent 423e2e8da8
commit 75bb0f24ad
2 changed files with 16 additions and 20 deletions
@@ -17,14 +17,6 @@ IF NOT EXIST %OUTPUT_DIRECTORY% (
)
PUSHD %OUTPUT_DIRECTORY%
REM Override the temporary directory used by wix to the workspace (if we have a WORKSPACE_TMP)
IF NOT "%WORKSPACE_TMP%"=="" (
SET "WIX_TEMP=!WORKSPACE_TMP!/wix"
IF NOT EXIST "!WIX_TEMP!" (
MKDIR "!WIX_TEMP!"
)
)
REM Make sure we are using the CMake version of CPack and not the one that comes with chocolatey
SET CPACK_PATH=
IF "%LY_CMAKE_PATH%"=="" (