프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / build.bat @ c854511f

이력 | 보기 | 이력해설 | 다운로드 (2.23 KB)

1 774ce153 djkim
SET yyyymmdd=%DATE:~0,4%-%DATE:~5,2%-%DATE:~8,2%
2
SET hhmmss=%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2%
3
SET hhmmss=%hhmmss: =0%
4
5
SET DEVENV="C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.com"
6
SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe"
7
SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe"
8
9
SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe"
10
SET SIGNPATH="c:\cert\www.doftech.co.kr.pfx"
11
12
Del Setup\*.wixobj
13
Del Setup\*.wixpdb
14
Del Setup\*.msi
15 0e1e707a humkyung
Del .\ConvertService\ServiceBase\publish\*.msi
16
Del .\ConvertService\ServiceBase\publish\*.exe
17 774ce153 djkim
18 71946024 humkyung
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.exe"
19 774ce153 djkim
20 5b2924ff djkim
%CANDLE% ".\MARKUS_pemss.wxs" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension -out .\Setup\
21
IF %ERRORLEVEL% NEQ 0 goto :ERROR
22 8b0d8693 humkyung
23 b63a39e1 humkyung
%LIGHT% -out ".\Setup\MARKUS_PEMSS-%1.msi" ".\Setup\MARKUS_pemss.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension
24 05008814 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
25 2d1f68e9 humkyung
26 2bd0591e humkyung
%DEVENV% ".\ConvertService\ServiceBase\ServiceBase.sln" /Project ".\ConvertService\ServiceBase\ConvertService\ConvertService.vdproj" /Build "Debug|Any CPU"
27 0e1e707a humkyung
28 71946024 humkyung
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.msi"
29 ee2f7287 humkyung
IF %ERRORLEVEL% NEQ 0 goto :ERROR
30 774ce153 djkim
31 0e1e707a humkyung
%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
34 6c661cad humkyung
REM deploy artifacts
35 c70a456e humkyung
..\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"
36 5b2924ff djkim
IF %ERRORLEVEL% NEQ 0 goto :ERROR
37 0e1e707a humkyung
..\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
41 b6c25f7a humkyung
42 774ce153 djkim
:EOF
43
ECHO process completed 
44
exit
45
46
:ERROR
47 1c2e8a82 humkyung
exit 1
클립보드 이미지 추가 (최대 크기: 500 MB)