Skip to content

Commit

Permalink
modify:ms build test and configure
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Sep 19, 2024
1 parent d06897c commit af29aeb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,13 @@ jobs:
#编译
- name: Build Solution
run: msbuild XEngine_Source/XEngine_MQServiceApp.sln /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }}
#测试
- name: Conditional Step for x86 Release
if: matrix.configuration == 'Release' && matrix.platform == 'x86'
run: |
cp -r ./XEngine_Source/Release/*.dll XEngine_Release/
cp -r ./XEngine_Source/Release/*.exe XEngine_Release/
cp -r ./XEngine_Source/VSCopy_x86.bat XEngine_Release/
cd XEngine_Release
./XEngine_MQServiceApp -t
shell: pwsh
2 changes: 1 addition & 1 deletion XEngine_Release/XEngine_Config/XEngine_VerConfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"XVer":[
"3.12.0.1001 Build20240920",
"3.12.0.1001 Build20240919",
"3.11.0.1001 Build20240517",
"3.10.0.1001 Build20240305",
"3.9.0.1001 Build20231227",
Expand Down

0 comments on commit af29aeb

Please sign in to comment.