mirror of
https://github.com/UMSKT/xpmgr.git
synced 2025-06-27 22:57:43 +02:00
Update msbuild.yml
This commit is contained in:
parent
a2fe36e180
commit
1a8111fa3d
2
.github/workflows/msbuild.yml
vendored
2
.github/workflows/msbuild.yml
vendored
@ -37,7 +37,7 @@ 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=Release ${{env.SOLUTION_FILE_PATH}}
|
||||
run: msbuild /m /p:PlatformTarget=x86 /p:Configuration=Release ${{env.SOLUTION_FILE_PATH}}
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user