Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luojunyuan committed Oct 15, 2024
1 parent 373e074 commit 06488b5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/[email protected]

- name: Build Detours
working-directory: ${{env.GITHUB_WORKSPACE}}/extern/Detours
run: |
nmake /f Makefile DETOURS_TARGET_PROCESSOR=X86
- name: Build
#working-directory: ${{env.GITHUB_WORKSPACE}}
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
#run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild fakereg/fakereg.vcxproj /m /p:Platform=x86
run: msbuild fakereg/fakereg.vcxproj /m /p:Platform=x86 /p:Configuration=Release

0 comments on commit 06488b5

Please sign in to comment.