mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
Update msbuild.yml
This commit is contained in:
committed by
GitHub
parent
a8d929445d
commit
291ff00173
2
.github/workflows/msbuild.yml
vendored
2
.github/workflows/msbuild.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Build RebootS20
|
||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||
run: msbuild ${{env.SOLUTION_FILE_PATH}} /p:DefineConstants="ABOVE_S20" /t:Clean,Build /p:Configuration=Release
|
||||
run: msbuild ${{env.SOLUTION_FILE_PATH}} /p:DefineConstants=ABOVE_S20 /p:PreprocessorDefinitions=ABOVE_S20 /t:Clean,Build /p:Configuration=Release
|
||||
|
||||
- name: Upload Artifact with ABOVE_S20
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user