Update msbuild.yml

This commit is contained in:
TheTank20 2023-06-18 00:38:44 -05:00 committed by GitHub
parent a2fe36e180
commit 1a8111fa3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}} working-directory: ${{env.GITHUB_WORKSPACE}}
# Add additional options to the MSBuild command line here (like platform or verbosity level). # 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 # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=Release ${{env.SOLUTION_FILE_PATH}} run: msbuild /m /p:PlatformTarget=x86 /p:Configuration=Release ${{env.SOLUTION_FILE_PATH}}
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3.1.2 uses: actions/upload-artifact@v3.1.2