File tree Expand file tree Collapse file tree 4 files changed +5
-53
lines changed
Expand file tree Collapse file tree 4 files changed +5
-53
lines changed Original file line number Diff line number Diff line change 2121 - name : Setup .NET
2222 uses : actions/setup-dotnet@v4
2323 with :
24- dotnet-version : 8 .x
24+ dotnet-version : 9 .x
2525
2626 - name : Restore dependencies
2727 run : dotnet restore
3333 run : dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage"
3434
3535 - name : Upload Code Coverage
36- uses : codecov/codecov-action@v3
36+ uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change 1919 - name : Setup .NET SDK
2020 uses : actions/setup-dotnet@v4
2121 with :
22- dotnet-version : 8 .x
22+ dotnet-version : 9 .x
2323
2424 - name : Cache NuGet packages
2525 uses : actions/cache@v4
4848 - name : Setup .NET SDK
4949 uses : actions/setup-dotnet@v4
5050 with :
51- dotnet-version : 8 .x
51+ dotnet-version : 9 .x
5252
5353 - name : Run Test
5454 run : dotnet test --configuration $BUILD_CONFIG --no-build --verbosity normal --framework net7.0
7171 - name : Setup .NET SDK
7272 uses : actions/setup-dotnet@v4
7373 with :
74- dotnet-version : 8 .x
74+ dotnet-version : 9 .x
7575
7676 - name : Publish to NuGet
7777 if : startsWith(github.ref, 'refs/tags')
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments