개정판 3104adb2
issue #000 : package.bat 파일 원상복구
Change-Id: I8d8b7ae165b6cf999c42e77cee094da64bf3f821
package.bat | ||
---|---|---|
11 | 11 |
Del Setup\*.wixobj |
12 | 12 |
Del Setup\*.msi |
13 | 13 |
|
14 |
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.exe"
|
|
14 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.exe" |
|
15 | 15 |
|
16 |
REM %CANDLE% ".\HYTOS.wxs" -out .\Setup\ |
|
17 |
%CANDLE% ".\HYTOSx86.wxs" -out .\Setup\ |
|
16 |
%CANDLE% ".\HYTOS.wxs" -out .\Setup\ |
|
18 | 17 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
19 |
%LIGHT% -out ".\Setup\HYTOS-%1x86.msi" ".\Setup\HYTOSx86.wixobj" -ext WixUIExtension -ext WixUtilExtension
|
|
18 |
%LIGHT% -out ".\Setup\HYTOS-%1.msi" ".\Setup\HYTOSx86.wixobj" -ext WixUIExtension -ext WixUtilExtension |
|
20 | 19 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
21 | 20 |
|
22 | 21 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.msi" |
23 | 22 |
|
24 | 23 |
REM deploy artifacts |
25 |
REM ..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/HYTOS/Setup/HYTOS-%1.msi" -T ".\Setup\HYTOS-%1.msi"
|
|
26 |
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR
|
|
24 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/HYTOS/Setup/HYTOS-%1.msi" -T ".\Setup\HYTOS-%1.msi" |
|
25 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
27 | 26 |
|
28 | 27 |
:EOF |
29 | 28 |
ECHO process completed |
30 |
REM exit
|
|
29 |
exit |
|
31 | 30 |
|
32 | 31 |
:ERROR |
33 |
REM exit 1 |
|
32 |
exit 1 |
내보내기 Unified diff