개정판 05008814
revised issue #1187: PEMSS용 빌드 배치 파일 수정
Change-Id: I58637231a7b38e4012f335d22f0973d4735527f6
build.bat | ||
---|---|---|
23 | 23 |
Del Setup\ConvertService\*.msi |
24 | 24 |
|
25 | 25 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.exe" |
26 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\FinalService\*.exe" |
|
27 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\ConvertService\*.exe" |
|
28 | 26 |
|
29 |
%CANDLE% ".\FinalService.wxs" -out .\Setup\FinalService\ |
|
30 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
31 |
%CANDLE% ".\ConvertService.wxs" -out .\Setup\ConvertService\ |
|
32 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
33 | 27 |
%CANDLE% ".\MARKUS_pemss.wxs" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension -out .\Setup\ |
34 | 28 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
35 | 29 |
|
36 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
37 |
%LIGHT% -out ".\Setup\FinalService\FinalService-%1.msi" ".\Setup\FinalService\FinalService.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
38 |
%LIGHT% -out ".\Setup\ConvertService\ConvertService-%1.msi" ".\Setup\ConvertService\ConvertService.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
39 | 30 |
%LIGHT% -out ".\Setup\MARKUS-PEMSS-%1.msi" ".\Setup\MARKUS_pemss.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
31 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
40 | 32 |
|
41 | 33 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.msi" |
42 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\FinalService\*.msi" |
|
43 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\ConvertService\*.msi" |
|
44 | 34 |
|
45 | 35 |
REM deploy artifacts |
46 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/FinalService/FinalService-%1.msi" -T ".\Setup\FinalService\FinalService-%1.msi" |
|
47 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
48 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/ConvertService/ConvertService-%1.msi" -T ".\Setup\ConvertService\ConvertService-%1.msi" |
|
49 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
50 | 36 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-PEMSS-%1.msi" -T ".\Setup\MARKUS-PEMSS-%1.msi" |
51 | 37 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
52 | 38 |
|
내보내기 Unified diff