Skip to content

Commit

Permalink
set platform
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Dec 22, 2024
1 parent 462baef commit d020a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
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 /nr:true /t:Build /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:AppxPackageSigningEnabled=false /p:AppxBundlePlatforms="x64" ${{env.SOLUTION_FILE_PATH}}
run: msbuild /m /nr:true /t:Build /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=x64 /p:AppxPackageSigningEnabled=false /p:AppxBundlePlatforms="x64" ${{env.SOLUTION_FILE_PATH}}

0 comments on commit d020a19

Please sign in to comment.