We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c50735 commit 1d2c338Copy full SHA for 1d2c338
1 file changed
.github/workflows/msbuild.yml
@@ -98,6 +98,11 @@ jobs:
98
cp -r XEngine_Source/VSCopy_x64.bat XEngine_Release/
99
cd XEngine_Release
100
./VSCopy_x64.bat
101
+ ./XEngine_CenterApp -t
102
+ ./XEngine_Http2App -t
103
+ ./XEngine_HttpApp -t
104
+ ./XEngine_SimpleApp -t
105
+ ./XEngine_WebSocketApp -t
106
shell: pwsh
107
- name: Conditional Step for Arm64 Release
108
if: matrix.configuration == 'Release' && matrix.platform == 'Arm64'
0 commit comments