Upload user dir from test runs (#13326)

* Add archive logs step to linux build

* right file

* try

* try this

* correct order

* build artifact

* export

* log

* use tmp

* zip up all

* Remove extra publish

* other scripts

* add test name to dir
This commit is contained in:
Charles Gagnon
2020-11-10 08:57:57 -08:00
committed by GitHub
parent 7cd4964f35
commit 0d49744061
4 changed files with 30 additions and 15 deletions

View File

@@ -117,8 +117,10 @@ if "%RUN_DBPROJECT_TESTS%" == "true" (
if %errorlevel% neq 0 exit /b %errorlevel%
rmdir /s /q %VSCODEUSERDATADIR%
rmdir /s /q %VSCODEEXTENSIONSDIR%
if "%NO_CLEANUP%"=="" (
rmdir /s /q %VSCODEUSERDATADIR%
rmdir /s /q %VSCODEEXTENSIONSDIR%
)
popd