Skip to content

Update README.md

Update README.md #385

Workflow file for this run

name: .NET
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Build with dotnet
run: dotnet build --configuration Release "Server/SunEngine.Cli"