migrate to slnx
.NET Test / .NET tests (push) Successful in 2m2s

This commit is contained in:
2026-07-10 23:07:50 +04:00
parent 0f45b6b463
commit 2dbfd781ec
4 changed files with 8 additions and 37 deletions
+2 -2
View File
@@ -23,7 +23,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: |
8.0.x
@@ -31,7 +31,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 ./Raliway.Tests/Raliway.Tests.csproj