Skip to content

Commit b3855af

Browse files
authored
Update msbuild.yml
1 parent de084fd commit b3855af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
cd XEngine_Release
116116
./VSCopy_x64.bat
117117
ls
118-
./XEngine_HttpApp.exe -t
118+
./XEngine_HttpApp.exe -t > output.log 2>&1
119+
cat output.log
119120
shell: pwsh
120121

121122
- name: Upload folder as artifact with x86

0 commit comments

Comments
 (0)