Skip to content

加上填充垃圾文件的工具 #154

加上填充垃圾文件的工具

加上填充垃圾文件的工具 #154

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