File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
benchmarks/HydraScript.Benchmarks Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2727 - name : Setup .NET
2828 uses : actions/setup-dotnet@v5
2929 with :
30- dotnet-version : 9 .0.x
30+ dotnet-version : 10 .0.x
3131 - name : Setup GitVersion
3232 uses :
gittools/actions/gitversion/[email protected] 3333 with :
5959 if : github.event_name == 'pull_request'
6060 uses : 5monkeys/cobertura-action@master
6161 with :
62- path : ./tests/HydraScript.IntegrationTests/bin/Debug/net9 .0/TestResults/coverage.cobertura.xml
62+ path : ./tests/HydraScript.IntegrationTests/bin/Debug/net10 .0/TestResults/coverage.cobertura.xml
6363 repo_token : ${{ secrets.GITHUB_TOKEN }}
6464 minimum_coverage : 80
6565 fail_below_threshold : true
7171 - name : ReportGenerator
7272 uses :
danielpalme/[email protected] 7373 with :
74- reports : ' ./tests/HydraScript.IntegrationTests/bin/Debug/net9 .0/TestResults/coverage.cobertura.xml'
74+ reports : ' ./tests/HydraScript.IntegrationTests/bin/Debug/net10 .0/TestResults/coverage.cobertura.xml'
7575 targetdir : ' ./coverage-report'
7676 - name : Upload coverage report artifact
7777 if : github.event_name == 'push'
8484 uses : actions/upload-artifact@v4
8585 with :
8686 name : windows_build_${{ steps.version_step.outputs.fullSemVer }}
87- path : ./src/HydraScript/bin/Debug/net9 .0
87+ path : ./src/HydraScript/bin/Debug/net10 .0
Original file line number Diff line number Diff line change 6262 - name : Setup .NET
6363 uses : actions/setup-dotnet@v5
6464 with :
65- dotnet-version : ' 9 .0.x'
65+ dotnet-version : 10 .0.x
6666 - name : Setup GitReleaseManager
6767 uses :
gittools/actions/gitreleasemanager/[email protected] 6868 with :
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <TargetFramework >net9 .0</TargetFramework >
3+ <TargetFramework >net10 .0</TargetFramework >
44 <ImplicitUsings >enable</ImplicitUsings >
55 <Nullable >enable</Nullable >
66 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
Original file line number Diff line number Diff line change 1313
1414BenchmarkRunner . Run < InvokeBenchmark > ( ) ;
1515
16- [ SimpleJob ( RuntimeMoniker . Net90 ) ]
17- [ SimpleJob ( RuntimeMoniker . NativeAot90 ) ]
16+ [ SimpleJob ( RuntimeMoniker . Net10_0 ) ]
17+ [ SimpleJob ( RuntimeMoniker . NativeAot10_0 ) ]
1818[ MemoryDiagnoser ]
1919public class InvokeBenchmark
2020{
You can’t perform that action at this time.
0 commit comments