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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Setup .NET Core - name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1.5.0
with: with:
dotnet-version: 3.1.101 dotnet-version: 3.1.101
- name: Install dependencies - name: Install dependencies
run: dotnet restore SilkierQuartz.sln run: dotnet restore
- name: Build - name: Build
run: dotnet build --configuration Release --no-restore run: dotnet build --configuration Release
- name: Test - name: Test
run: dotnet test --no-restore --verbosity normal run: dotnet test --no-restore --verbosity normal