markus / build.bat @ 4cc986f1
이력 | 보기 | 이력해설 | 다운로드 (4.2 KB)
1 |
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 |
Del Setup\FinalService\*.wixobj |
16 |
Del Setup\FinalService\*.wixpdb |
17 |
Del Setup\FinalService\*.msi |
18 |
Del Setup\ConvertService\*.wixobj |
19 |
Del Setup\ConvertService\*.wixpdb |
20 |
Del Setup\ConvertService\*.msi |
21 |
|
22 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.exe" |
23 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\FinalService\*.exe" |
24 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\ConvertService\*.exe" |
25 |
|
26 |
%CANDLE% ".\MARKUS.wxs" -out .\Setup\ |
27 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
28 |
%CANDLE% ".\FinalService.wxs" -out .\Setup\FinalService\ |
29 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
30 |
%CANDLE% ".\ConvertService.wxs" -out .\Setup\ConvertService\ |
31 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
32 |
%CANDLE% ".\MARKUS_daelim.wxs" -out .\Setup\ |
33 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
34 |
%CANDLE% ".\MARKUS_daelim_test.wxs" -out .\Setup\ |
35 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
36 |
%CANDLE% ".\FinalService_daelim.wxs" -out .\Setup\FinalService\ |
37 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
38 |
|
39 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
40 |
%LIGHT% -out ".\Setup\MARKUS-%1.msi" ".\Setup\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension |
41 |
%LIGHT% -out ".\Setup\FinalService\FinalService-%1.msi" ".\Setup\FinalService\FinalService.wixobj" -ext WixUIExtension -ext WixUtilExtension |
42 |
%LIGHT% -out ".\Setup\ConvertService\ConvertService-%1.msi" ".\Setup\ConvertService\ConvertService.wixobj" -ext WixUIExtension -ext WixUtilExtension |
43 |
%LIGHT% -out ".\Setup\MARKUS-Daelim-%1.msi" ".\Setup\MARKUS_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension |
44 |
%LIGHT% -out ".\Setup\MARKUS-DaelimTest-%1.msi" ".\Setup\MARKUS_daelim_test.wixobj" -ext WixUIExtension -ext WixUtilExtension |
45 |
%LIGHT% -out ".\Setup\FinalService\FinalService-Daelim-%1.msi" ".\Setup\FinalService\FinalService_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension |
46 |
|
47 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.msi" |
48 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\FinalService\*.msi" |
49 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\ConvertService\*.msi" |
50 |
|
51 |
REM deploy artifacts |
52 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-%1.msi" -T ".\Setup\MARKUS-%1.msi" |
53 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
54 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-Daelim-%1.msi" -T ".\Setup\MARKUS-Daelim-%1.msi" |
55 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
56 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-DaelimTest-%1.msi" -T ".\Setup\MARKUS-DaelimTest-%1.msi" |
57 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
58 |
..\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" |
59 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
60 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/FinalService/FinalService-Daelim-%1.msi" -T ".\Setup\FinalService\FinalService-Daelim-%1.msi" |
61 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
62 |
..\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" |
63 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
64 |
|
65 |
:EOF |
66 |
ECHO process completed |
67 |
exit |
68 |
|
69 |
:ERROR |
70 |
exit 1 |