Update dotnet-core.yml

This commit is contained in:
MysticBoy
2020-06-08 15:40:24 +08:00
committed by GitHub
parent 7d9865719b
commit 1d89ad138a

View File

@@ -18,8 +18,10 @@ jobs:
with:
dotnet-version: 3.1.101
- name: Install dependencies
run: dotnet restore
run: dotnet restore SilkierQuartz.sln
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal