From d64d40011a5609ce8122c76b895f038356e5be32 Mon Sep 17 00:00:00 2001 From: Nick Banks Date: Wed, 9 Nov 2016 16:39:29 -0800 Subject: [PATCH] Package libs in release.zip (#962) --- .appveyor/make_release.cmd | 4 +++- .appveyor/test_driver.cmd | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.appveyor/make_release.cmd b/.appveyor/make_release.cmd index 9f9a5144a..8f3a10f47 100644 --- a/.appveyor/make_release.cmd +++ b/.appveyor/make_release.cmd @@ -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 diff --git a/.appveyor/test_driver.cmd b/.appveyor/test_driver.cmd index d410f6714..0455577d3 100644 --- a/.appveyor/test_driver.cmd +++ b/.appveyor/test_driver.cmd @@ -36,6 +36,7 @@ sc query otlwf REM Grab the logs +mkdir logs logman stop Thread -ets copy %SystemRoot%\System32\LogFiles\WMI\Thread.* logs