개정판 ee2f7287
issue #1187: 설치 패키지 수정
Change-Id: Id6e30122ea04d6afebddaf2f4c25f5e208c09c14
build.bat | ||
---|---|---|
21 | 21 |
%LIGHT% -out ".\Setup\MARKUS_PEMSS-%1.msi" ".\Setup\MARKUS_pemss.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
22 | 22 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
23 | 23 |
|
24 |
%DEVENV% ".\ConvertService\ServiceBase\ConvertService\ConvertService.vdproj" /build Debug /Out ".\Setup\ConvertService-%1.msi" |
|
25 |
|
|
26 | 24 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.msi" |
27 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\ConvertService\*.msi"
|
|
25 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR
|
|
28 | 26 |
|
29 | 27 |
REM deploy artifacts |
30 | 28 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS_PEMSS/Setup/MARKUS_PEMSS-%1.msi" -T ".\Setup\MARKUS_PEMSS-%1.msi" |
31 | 29 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
32 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS_PEMSS/Setup/ConvertService/ConvertService-%1.msi" -T ".\Setup\ConvertService\ConvertService-%1.msi" |
|
33 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
34 | 30 |
|
35 | 31 |
:EOF |
36 | 32 |
ECHO process completed |
내보내기 Unified diff