Skip to content

Commit

Permalink
try it again...
Browse files Browse the repository at this point in the history
  • Loading branch information
freedom7341 committed Mar 31, 2024
1 parent 69baa0e commit 1beddc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
BUILD_CONFIGURATION: [Release, Debug]
BUILD_PLATFORM: [x64, Win32]
BUILD_PLATFORM: [x64, x86]

runs-on: windows-latest

Expand All @@ -48,4 +48,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 /p:Configuration=${{matrix.BUILD_CONFIGURATION}};Platform=${{matrix.BUILD_PLATFORM}} ${{env.SOLUTION_FILE_PATH}}
run: msbuild /m /p:Configuration=${{matrix.BUILD_CONFIGURATION}} /p:Platform=${{matrix.BUILD_PLATFORM}} ${{env.SOLUTION_FILE_PATH}}

0 comments on commit 1beddc7

Please sign in to comment.