Skip to content

支持导出只有基础继承类型 #135

支持导出只有基础继承类型

支持导出只有基础继承类型 #135

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
include-prerelease: true
- name: Build with dotnet
run: dotnet build --configuration Release -v n