개정판 4584a699
issue #000: modified build.bat that upload artifacts to artifactory server
Change-Id: If0591e9b2a543b7d4fa9baf251e1e8ef241a755c
build.bat | ||
---|---|---|
2 | 2 |
SET hhmmss=%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2% |
3 | 3 |
SET hhmmss=%hhmmss: =0% |
4 | 4 |
|
5 |
SET CURL="C:\Windows\System32\curl.exe" |
|
6 | 5 |
SET DEVENV="C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.com" |
7 | 6 |
SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" |
8 | 7 |
SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe" |
... | ... | |
37 | 36 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.msi" |
38 | 37 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\FinalService\*.msi" |
39 | 38 |
|
40 |
%CURL% -uadmin:dof1073# -T ".\Setup\MARKUS-%1.msi" "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/MARKUS-%1.msi"
|
|
39 |
..\curl.exe -uadmin:dof1073# -T ".\Setup\MARKUS-%1.msi" "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/MARKUS-%1.msi"
|
|
41 | 40 |
|
42 | 41 |
:EOF |
43 | 42 |
ECHO process completed |
내보내기 Unified diff