File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 - name : setup dotnet
3737 uses : actions/setup-dotnet@v4
3838 with :
39- dotnet-version : ' 8 .0.x'
39+ dotnet-version : ' 9 .0.x'
4040 - name : run tests
4141 run : dotnet test --logger "trx;verbosity=detailed"
Original file line number Diff line number Diff line change 3434 - name : setup dotnet
3535 uses : actions/setup-dotnet@v3
3636 with :
37- dotnet-version : ' 8 .0.x'
37+ dotnet-version : ' 9 .0.x'
3838 - name : build
3939 run : dotnet build --configuration Debug
4040 - name : analyze
Original file line number Diff line number Diff line change 3535 - name : setup dotnet
3636 uses : actions/setup-dotnet@v4
3737 with :
38- dotnet-version : ' 8 .0.x'
38+ dotnet-version : ' 9 .0.x'
3939 - name : create nuget packages
4040 run : dotnet pack -c release --include-symbols -o artifacts
4141 - name : publish to nuget.org
You can’t perform that action at this time.
0 commit comments