개정판 0c368b45
issue #1130: PEMSS 브랜치에서 패지키 생성하기 때문에 PEMSS 패키지 생성 부분 제거
Change-Id: Ia4535a46d22d2b447ef4e061d952e4b098c1fc02
build.bat | ||
---|---|---|
41 | 41 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
42 | 42 |
%CANDLE% ".\FinalService_daelim.wxs" -out .\Setup\FinalService\ |
43 | 43 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
44 |
%CANDLE% ".\MARKUS_pemss.wxs" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension -out .\Setup\ |
|
45 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
46 | 44 |
|
47 | 45 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
48 | 46 |
%LIGHT% -out ".\Setup\MARKUS-%1.msi" ".\Setup\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
... | ... | |
52 | 50 |
%LIGHT% -out ".\Setup\MARKUS-Daelim-%1.msi" ".\Setup\MARKUS_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
53 | 51 |
%LIGHT% -out ".\Setup\MARKUS-DaelimTest-%1.msi" ".\Setup\MARKUS_daelim_test.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
54 | 52 |
%LIGHT% -out ".\Setup\FinalService\FinalService-Daelim-%1.msi" ".\Setup\FinalService\FinalService_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
55 |
%LIGHT% -out ".\Setup\MARKUS-PEMSS-%1.msi" ".\Setup\MARKUS_pemss.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
56 | 53 |
|
57 | 54 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.msi" |
58 | 55 |
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setupx86\*.msi" |
... | ... | |
74 | 71 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
75 | 72 |
..\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" |
76 | 73 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
77 |
..\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" |
|
78 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
79 | 74 |
|
80 | 75 |
:EOF |
81 | 76 |
ECHO process completed |
내보내기 Unified diff