개정판 8a22332d
issue #000: fixed build.bat to deploy artifacts to artifactory server
Change-Id: Ifd26ed4365dbc9d7bacb01e2cf829ba139a2733b
build.bat | ||
---|---|---|
24 | 24 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\ID2\Setup\*.msi" |
25 | 25 |
|
26 | 26 |
REM deploy artifacts |
27 |
..\curl.exe -uadmin:dof1073# -T ".\Setup\ID2-%1.msi" "http://www.devdoftech.co.kr:9081/artifactory/ID2/ID2-%1.msi"
|
|
27 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/ID2/Setup\ID2-%1.msi" -T ".\Setup\ID2-%1.msi"
|
|
28 | 28 |
|
29 | 29 |
:EOF |
30 | 30 |
ECHO process completed |
내보내기 Unified diff