[Helix] Also upload logs from windows queues (#20005)
This commit is contained in:
parent
a77ff91017
commit
b4220d5c23
|
|
@ -95,6 +95,12 @@ if %$quarantined%==true (
|
|||
|
||||
echo "Copying TestResults\TestResults.xml to ."
|
||||
copy TestResults\TestResults.xml testResults.xml
|
||||
echo "Copying artifacts/logs to %HELIX_WORKITEM_UPLOAD_ROOT%\..\"
|
||||
for /R artifacts/log %%f in (*.log) do (
|
||||
echo "Copying: %%f"
|
||||
copy "%%f" %HELIX_WORKITEM_UPLOAD_ROOT%\..\
|
||||
copy "%%f" %HELIX_WORKITEM_UPLOAD_ROOT%\
|
||||
)
|
||||
|
||||
exit /b %exit_code%
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue