Skip to content

删除代码实现粗糙 #157

删除代码实现粗糙

删除代码实现粗糙 #157

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Build with dotnet
run: dotnet build package\Lindexi.Package.sln --configuration Release
- name: Test
run: dotnet test package\Lindexi.Package.sln --configuration Release