Skip to content

完成给定范围的读取 #160

完成给定范围的读取

完成给定范围的读取 #160

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