File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
XEngine_Release/XEngine_Config Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 5454 # 编译
5555 - name : Build Solution
5656 run : msbuild XEngine_Source/XEngine_MQServiceApp.sln /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }}
57+ # 测试
58+ - name : Conditional Step for x86 Release
59+ if : matrix.configuration == 'Release' && matrix.platform == 'x86'
60+ run : |
61+ cp -r ./XEngine_Source/Release/*.dll XEngine_Release/
62+ cp -r ./XEngine_Source/Release/*.exe XEngine_Release/
63+ cp -r ./XEngine_Source/VSCopy_x86.bat XEngine_Release/
64+ cd XEngine_Release
65+ ./XEngine_MQServiceApp -t
66+ shell : pwsh
Original file line number Diff line number Diff line change 11{
22 "XVer" :[
3- " 3.12.0.1001 Build20240920 " ,
3+ " 3.12.0.1001 Build20240919 " ,
44 " 3.11.0.1001 Build20240517" ,
55 " 3.10.0.1001 Build20240305" ,
66 " 3.9.0.1001 Build20231227" ,
You can’t perform that action at this time.
0 commit comments