Skip to content

Commit d059d62

Browse files
authored
Update msbuild.yml
1 parent ef5a25c commit d059d62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
- name: Add MSBuild to PATH
4444
uses: microsoft/[email protected]
4545

46-
- name: Build
46+
- name: Vcpkg integration
4747
working-directory: ${{ github.workspace }}\vcpkg
4848
run: vcpkg integrate install
4949

5050
- name: Build
5151
working-directory: ${{env.GITHUB_WORKSPACE}}
5252
# Add additional options to the MSBuild command line here (like platform or verbosity level).
5353
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
54-
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
54+
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} /property:Platform=x64

0 commit comments

Comments
 (0)