File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ echo ===========================================================================
35
35
pushd %EXECUTION_DIR%
36
36
@ echo on
37
37
[[RunCommands]]
38
+ dir %HELIX_WORKITEM_UPLOAD_ROOT% \xharness-output
39
+ type %HELIX_WORKITEM_UPLOAD_ROOT% \xharness-output\chromedriver*.log
38
40
set EXIT_CODE = %ERRORLEVEL%
39
41
@ echo off
40
42
popd
Original file line number Diff line number Diff line change 113
113
<ItemGroup Condition =" ('$(Scenario)' == 'WasmTestOnBrowser' or '$(Scenario)' == 'BuildWasmApps') and '$(BrowserHost)' == 'windows'" >
114
114
<HelixPreCommand Include =" set PATH=%HELIX_CORRELATION_PAYLOAD%\chromedriver_win32%3B%PATH%" />
115
115
<HelixPreCommand Include =" set PATH=%HELIX_CORRELATION_PAYLOAD%\chrome-win%3B%PATH%" />
116
+ <HelixPreCommand Include =" echo dir %HELIX_CORRELATION_PAYLOAD%\chrome-win" />
117
+ <HelixPreCommand Include =" dir %HELIX_CORRELATION_PAYLOAD%\chrome-win" />
118
+ <HelixPreCommand Include =" echo dir %HELIX_CORRELATION_PAYLOAD%\chromedriver_win32" />
119
+ <HelixPreCommand Include =" dir %HELIX_CORRELATION_PAYLOAD%\chromedriver_win32" />
116
120
</ItemGroup >
117
121
118
122
<PropertyGroup Condition =" '$(NeedsToBuildWasmAppsOnHelix)' == 'true'" >
You can’t perform that action at this time.
0 commit comments