Skip to content

Merge pull request #506 from nitoygo/bugfix-exc-drop #1356

Merge pull request #506 from nitoygo/bugfix-exc-drop

Merge pull request #506 from nitoygo/bugfix-exc-drop #1356

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.100
- name: Build with dotnet
run: dotnet publish src/Startup/MUnique.OpenMU.Startup.csproj --configuration Release -p:ci=true