file update

This commit is contained in:
Brett Hewitson 2021-12-10 00:22:20 +10:00
parent fea28bc7e4
commit d5a7d684fa

View file

@ -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