Update dotnet-core.yml

This commit is contained in:
MysticBoy
2020-06-08 15:45:31 +08:00
committed by GitHub
parent 1d89ad138a
commit 8b0d955444

View File

@@ -13,14 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1.5.0
with:
dotnet-version: 3.1.101
- name: Install dependencies
run: dotnet restore SilkierQuartz.sln
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --configuration Release
- name: Test
run: dotnet test --no-restore --verbosity normal