Skip to content

Commit ff81f29

Browse files
committed
chore: update .NET version to 10.0.x and simplify build command
1 parent 91a7082 commit ff81f29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/10-dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET
2929
uses: actions/setup-dotnet@v5
3030
with:
31-
dotnet-version: 8.0.x
31+
dotnet-version: 10.0.x
3232
- name: Set up dependency caching for faster builds
3333
uses: actions/cache@v5
3434
with:
@@ -40,7 +40,7 @@ jobs:
4040
- name: Restore dependencies
4141
run: dotnet restore
4242
- name: Build
43-
run: dotnet build --configuration Release --no-restore
43+
run: dotnet build --no-restore
4444
- name: Test
4545
run: dotnet test --no-build --verbosity normal
4646

0 commit comments

Comments
 (0)