Package libs in release.zip (#962)

This commit is contained in:
Nick Banks
2016-11-10 08:39:29 +08:00
committed by Jonathan Hui
parent 848863910b
commit d64d40011a
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -30,9 +30,9 @@ pushd %APPVEYOR_BUILD_FOLDER%
REM Make the release directory
mkdir release
mkdir release\libs
mkdir release\symbols
mkdir release\symbols\TraceFormat
mkdir release\logs
REM Copy the relavant binaries
@@ -40,8 +40,10 @@ copy build\bin\%Platform2%\%Configuration%\sys\otlwf\* release
copy build\bin\%Platform2%\%Configuration%\sys\otlwf.cer release
copy build\bin\%Platform2%\%Configuration%\sys\otlwf.pdb release\symbols
copy build\bin\%Platform2%\%Configuration%\dll\otApi.dll release
copy build\bin\%Platform2%\%Configuration%\dll\otApi.lib release\libs
copy build\bin\%Platform2%\%Configuration%\dll\otApi.pdb release\symbols
copy build\bin\%Platform2%\%Configuration%\dll\otNodeApi.dll release
copy build\bin\%Platform2%\%Configuration%\dll\otNodeApi.lib release\libs
copy build\bin\%Platform2%\%Configuration%\dll\otNodeApi.pdb release\symbols
copy build\bin\%Platform2%\%Configuration%\exe\otCli.exe release
copy build\bin\%Platform2%\%Configuration%\exe\otCli.pdb release\symbols
+1
View File
@@ -36,6 +36,7 @@ sc query otlwf
REM Grab the logs
mkdir logs
logman stop Thread -ets
copy %SystemRoot%\System32\LogFiles\WMI\Thread.* logs