Updated workflow, widened support, now including Net 8, 9 and 10
Some checks failed
Nuget Pkg Build / build (push) Failing after 58s
Some checks failed
Nuget Pkg Build / build (push) Failing after 58s
This commit is contained in:
@@ -11,11 +11,14 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
- name: Setup .NET SDK
|
||||
uses: actions/setup-dotnet@v4
|
||||
uses: actions/setup-dotnet@v5
|
||||
with:
|
||||
dotnet-version: 9.x
|
||||
dotnet-version: |
|
||||
10.x
|
||||
9.x
|
||||
8.x
|
||||
- name: Build
|
||||
run: dotnet build Syrette -c Release
|
||||
#- name: Test
|
||||
|
||||
Reference in New Issue
Block a user