We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5a25c commit d059d62Copy full SHA for d059d62
.github/workflows/msbuild.yml
@@ -43,12 +43,12 @@ jobs:
43
- name: Add MSBuild to PATH
44
uses: microsoft/[email protected]
45
46
- - name: Build
+ - name: Vcpkg integration
47
working-directory: ${{ github.workspace }}\vcpkg
48
run: vcpkg integrate install
49
50
- name: Build
51
working-directory: ${{env.GITHUB_WORKSPACE}}
52
# Add additional options to the MSBuild command line here (like platform or verbosity level).
53
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
54
- run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
+ run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} /property:Platform=x64
0 commit comments