프로젝트

일반

사용자정보

개정판 0e1e707a

ID0e1e707a1a04a2ad7e73e88053584de14d982e87
상위 ee2f7287
하위 2bd0591e

백흠경이(가) 5년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)