Skip to content

Commit feaf9da

Browse files
committed
debug:ms build workflows
1 parent 023ccce commit feaf9da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/msbuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ jobs:
7070
echo "XENGINE_LIB32=${{ github.workspace }}/libxengine/XEngine_Windows/x86" | Out-File -FilePath $env:GITHUB_ENV -Append
7171
echo "XENGINE_LIB64=${{ github.workspace }}/libxengine/XEngine_Windows/x64" | Out-File -FilePath $env:GITHUB_ENV -Append
7272
shell: pwsh
73+
7374
- name: Set code page
7475
run: chcp 65001
76+
shell: pwsh
7577

7678
# 配置 MSBuild 的路径,准备构建 VC++ 项目
7779
- name: Setup MSBuild
@@ -93,6 +95,7 @@ jobs:
9395
- name: Conditional Step for x86 Debug
9496
if: matrix.configuration == 'Debug' && matrix.platform == 'x86'
9597
run: |
98+
set -x
9699
cp -r XEngine_Source/Debug/*.dll XEngine_Release/
97100
cp -r XEngine_Source/Debug/*.exe XEngine_Release/
98101
cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/

0 commit comments

Comments
 (0)