개정판 174cdd68
PublishSign.bat 추가
Change-Id: Ifa103b7f34f916ece16f85fb6887b20e227d208d
KCOM/KCOM.csproj | ||
---|---|---|
1381 | 1381 |
PostBuildMacros; |
1382 | 1382 |
</PostBuildEventDependsOn> |
1383 | 1383 |
<PostBuildEvent>if $(ConfigurationName) == Release_Default ( |
1384 |
cd $(SolutionDir)
|
|
1385 |
call "$(SolutionDir)PublishSign.bat"
|
|
1384 |
cd $(ProjectDir)..\
|
|
1385 |
call "PublishSign.bat" |
|
1386 | 1386 |
|
1387 |
call "$(SolutionDir)appCast_Daelim.bat" "@(VersionNumber)"
|
|
1388 |
call "$(SolutionDir)appCast_HS.bat" "@(VersionNumber)"
|
|
1389 |
call "$(SolutionDir)appCast_SNI.bat" "@(VersionNumber)"
|
|
1387 |
call "appCast_Daelim.bat" "@(VersionNumber)" |
|
1388 |
call "appCast_HS.bat" "@(VersionNumber)" |
|
1389 |
call "appCast_SNI.bat" "@(VersionNumber)" |
|
1390 | 1390 |
)</PostBuildEvent> |
1391 | 1391 |
</PropertyGroup> |
1392 | 1392 |
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
PublishSign.bat | ||
---|---|---|
1 |
@echo off |
|
2 |
|
|
3 |
SET MARKUS_PUBLISH_PATH=%cd%\Setup\Release_Default |
|
4 |
|
|
5 |
echo "Publish Markus : %current_dir:"=%\%MARKUS_PUBLISH_PATH:"=%" |
|
6 |
|
|
7 |
SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" |
|
8 |
set SolutionPath=%cd% |
|
9 |
SET SIGNPATH=%SolutionPath%\Sign\www.doftech.co.kr.pfx |
|
10 |
|
|
11 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 %MARKUS_PUBLISH_PATH%\*.exe |
|
12 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 %MARKUS_PUBLISH_PATH%\Plugin\*.exe |
|
13 |
|
|
14 |
copy %cd%\INI\Web.config %APPCAST_PUBLISH_PATH%\web.config /Y |
내보내기 Unified diff