mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user