@@ -17,7 +17,7 @@ jobs:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Setup .NET
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: 10.x
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ on:
|
||||
tags-ignore:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
- '.gitea/workflows/publish-*.yaml'
|
||||
pull_request:
|
||||
@@ -31,7 +32,7 @@ jobs:
|
||||
10.0.x
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
run: dotnet restore --disable-parallel
|
||||
|
||||
- name: Build .NET 10.0
|
||||
run: dotnet build --no-restore --framework net10.0 --configuration Release ./Core.Tests/Core.Tests.csproj
|
||||
|
||||
Reference in New Issue
Block a user