개정판 0e1e707a
issue #1187: 설치 패키지 생성 배치 파일 수정
Change-Id: I851654a6a18672af785a8b2e9e781c8570b7cd09
build.bat | ||
---|---|---|
12 | 12 |
Del Setup\*.wixobj |
13 | 13 |
Del Setup\*.wixpdb |
14 | 14 |
Del Setup\*.msi |
15 |
Del .\ConvertService\ServiceBase\publish\*.msi |
|
16 |
Del .\ConvertService\ServiceBase\publish\*.exe |
|
15 | 17 |
|
16 | 18 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.exe" |
17 | 19 |
|
... | ... | |
21 | 23 |
%LIGHT% -out ".\Setup\MARKUS_PEMSS-%1.msi" ".\Setup\MARKUS_pemss.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
22 | 24 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
23 | 25 |
|
26 |
"%DEVENV%" ".\ConvertService\ServiceBase\ServiceBase.sln" /Project ".\ConvertService\ServiceBase\ConvertService\ConvertService.vdproj" /Build "Debug|Any CPU" |
|
27 |
|
|
24 | 28 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.msi" |
25 | 29 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
26 | 30 |
|
31 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\ConvertService\ServiceBase\publish\*.msi" |
|
32 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
33 |
|
|
27 | 34 |
REM deploy artifacts |
28 | 35 |
..\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" |
29 | 36 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
37 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS_PEMSS/Setup/ConvertService-%1.msi" -T ".\ConvertService\ServiceBase\publish\ConvertService.msi" |
|
38 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
39 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS_PEMSS/Setup/ConvertService-%1.exe" -T ".\ConvertService\ServiceBase\publish\setup.exe" |
|
40 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
30 | 41 |
|
31 | 42 |
:EOF |
32 | 43 |
ECHO process completed |
내보내기 Unified diff