Skip to content

Commit af29aeb

Browse files
committed
modify:ms build test and configure
1 parent d06897c commit af29aeb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,13 @@ jobs:
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

XEngine_Release/XEngine_Config/XEngine_VerConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)