개정판 3c71b3a5
issue #000: merged master
Change-Id: Id7e766c44e158848f168c86ae220da1700fa36ad
build.bat | ||
---|---|---|
12 | 12 |
Del Setup\*.wixobj |
13 | 13 |
Del Setup\*.wixpdb |
14 | 14 |
Del Setup\*.msi |
15 |
Del Setupx86\*.wixobj |
|
16 |
Del Setupx86\*.wixpdb |
|
17 |
Del Setupx86\*.msi |
|
15 | 18 |
Del Setup\FinalService\*.wixobj |
16 | 19 |
Del Setup\FinalService\*.wixpdb |
17 | 20 |
Del Setup\FinalService\*.msi |
... | ... | |
20 | 23 |
Del Setup\ConvertService\*.msi |
21 | 24 |
|
22 | 25 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.exe" |
26 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setupx86\*.exe" |
|
23 | 27 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\FinalService\*.exe" |
24 | 28 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\ConvertService\*.exe" |
25 | 29 |
|
26 | 30 |
%CANDLE% ".\MARKUS.wxs" -out .\Setup\ |
27 | 31 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
32 |
%CANDLE% ".\MARKUSx86.wxs" -out .\Setupx86\ |
|
33 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
28 | 34 |
%CANDLE% ".\FinalService.wxs" -out .\Setup\FinalService\ |
29 | 35 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
30 | 36 |
%CANDLE% ".\ConvertService.wxs" -out .\Setup\ConvertService\ |
... | ... | |
37 | 43 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
38 | 44 |
|
39 | 45 |
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 |
%LIGHT% -out ".\Setup\MARKUS-%1.msi" ".\Setup\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
47 |
REM %LIGHT% -out ".\Setupx86\MARKUSx86-%1.msi" ".\Setupx86\MARKUSx86.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
48 |
%LIGHT% -out ".\Setup\FinalService\FinalService-%1.msi" ".\Setup\FinalService\FinalService.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
49 |
%LIGHT% -out ".\Setup\ConvertService\ConvertService-%1.msi" ".\Setup\ConvertService\ConvertService.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
50 |
%LIGHT% -out ".\Setup\MARKUS-Daelim-%1.msi" ".\Setup\MARKUS_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
51 |
%LIGHT% -out ".\Setup\MARKUS-DaelimTest-%1.msi" ".\Setup\MARKUS_daelim_test.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
52 |
%LIGHT% -out ".\Setup\FinalService\FinalService-Daelim-%1.msi" ".\Setup\FinalService\FinalService_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
46 | 53 |
|
47 | 54 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.msi" |
55 |
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setupx86\*.msi" |
|
48 | 56 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\FinalService\*.msi" |
49 | 57 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\ConvertService\*.msi" |
50 | 58 |
|
51 | 59 |
REM deploy artifacts |
52 | 60 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-%1.msi" -T ".\Setup\MARKUS-%1.msi" |
53 | 61 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
62 |
REM ..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUSx86-%1.msi" -T ".\Setupx86\MARKUSx86-%1.msi" |
|
63 |
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
54 | 64 |
..\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 | 65 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
56 | 66 |
..\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" |
내보내기 Unified diff