Skip to content

Commit 4e72dbd

Browse files
committed
ci:msbuild.yml
1 parent 6ae42b3 commit 4e72dbd

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/msbuild.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -90,25 +90,4 @@ jobs:
9090
cp -r XEngine_Source/VSCopy_x64.bat XEngine_Release/
9191
cd XEngine_Release
9292
./VSCopy_x64.bat
93-
./XEngine_CenterApp -t *> output.log
94-
ls
95-
type output.log
96-
# ./XEngine_Http2App -t
97-
# ./XEngine_HttpApp -t
98-
# ./XEngine_SimpleApp -t
99-
# ./XEngine_WebSocketApp -t
10093
shell: pwsh
101-
102-
- name: Upload folder as artifact with x86
103-
if: matrix.configuration == 'Release' && matrix.platform == 'x32'
104-
uses: actions/upload-artifact@v4
105-
with:
106-
name: XEngine_ServiceApp-x86_32-Windows
107-
path: XEngine_Release/
108-
109-
- name: Upload folder as artifact with x64
110-
if: matrix.configuration == 'Release' && matrix.platform == 'x64'
111-
uses: actions/upload-artifact@v4
112-
with:
113-
name: XEngine_ServiceApp-x86_64-Windows
114-
path: XEngine_Release/

0 commit comments

Comments
 (0)