mirror of
https://github.com/fergalmoran/SilkierQuartz.git
synced 2025-12-22 09:37:56 +00:00
Update dotnet-core.yml
This commit is contained in:
4
.github/workflows/dotnet-core.yml
vendored
4
.github/workflows/dotnet-core.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup .NET Core SDK
|
||||
uses: actions/setup-dotnet@v1.7.2
|
||||
uses: actions/setup-dotnet@v1.8.1
|
||||
with:
|
||||
dotnet-version: 5.0.100
|
||||
- name: Install dependencies
|
||||
@@ -23,5 +23,3 @@ jobs:
|
||||
run: dotnet build ./src/SilkierQuartz/SilkierQuartz.csproj --configuration Release
|
||||
- name: Test
|
||||
run: dotnet test ./test/SilkierQuartz.Test.csproj --verbosity normal
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user