build(Github): 自动编译脚本支持 NETCore 3.0
This commit is contained in:
parent
2e6d29cc44
commit
2d7cf3ded5
|
@ -14,6 +14,6 @@ jobs:
|
|||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 2.2.108
|
||||
dotnet-version: 3.0.100
|
||||
- name: Build with dotnet
|
||||
run: dotnet build src/admin/Bootstrap.Admin/ --configuration Release
|
Loading…
Reference in New Issue