mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
file update
This commit is contained in:
parent
fea28bc7e4
commit
d5a7d684fa
1 changed files with 3 additions and 2 deletions
5
.github/workflows/asm.yml
vendored
5
.github/workflows/asm.yml
vendored
|
|
@ -6,7 +6,8 @@ on:
|
|||
|
||||
env:
|
||||
# Path to the solution file relative to the root of the project.
|
||||
SOLUTION_FILE_PATH: ./src/ARKServerManager
|
||||
SOLUTION_FILE_PATH: ./src
|
||||
PROJECT_FILE_PATH: ./src/ARKServerManager
|
||||
|
||||
# Configuration type to build.
|
||||
BUILD_CONFIGURATION: Release
|
||||
|
|
@ -29,7 +30,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=${{env.BUILD_CONFIGURATION}} /t:publish /p:PublishDir="publish/" ${{env.SOLUTION_FILE_PATH}}
|
||||
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /t:publish /p:PublishDir="publish/" ${{env.PROJECT_FILE_PATH}}
|
||||
|
||||
- name: Upload artifact for deployment job
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue