mirror of
https://github.com/UMSKT/xpmgr.git
synced 2026-07-24 05:24:19 +02:00
Update msbuild.yml
This commit is contained in:
parent
968d6a0386
commit
6d8da15213
5
.github/workflows/msbuild.yml
vendored
5
.github/workflows/msbuild.yml
vendored
@ -38,3 +38,8 @@ jobs:
|
|||||||
# 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:Configuration=Release ${{env.SOLUTION_FILE_PATH}}
|
||||||
|
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v3.1.2
|
||||||
|
with:
|
||||||
|
path: .\Release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user