Update dotnet-core.yml

This commit is contained in:
MysticBoy
2020-06-08 15:51:30 +08:00
committed by GitHub
parent 8b0d955444
commit ebb7132cd1

View File

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