1 parent 91a7082 commit ff81f29Copy full SHA for ff81f29
1 file changed
.github/workflows/10-dotnet.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Setup .NET
29
uses: actions/setup-dotnet@v5
30
with:
31
- dotnet-version: 8.0.x
+ dotnet-version: 10.0.x
32
- name: Set up dependency caching for faster builds
33
uses: actions/cache@v5
34
@@ -40,7 +40,7 @@ jobs:
40
- name: Restore dependencies
41
run: dotnet restore
42
- name: Build
43
- run: dotnet build --configuration Release --no-restore
+ run: dotnet build --no-restore
44
- name: Test
45
run: dotnet test --no-build --verbosity normal
46
0 commit comments