-
Notifications
You must be signed in to change notification settings - Fork 232
Update benchmark-action.yml to use net 9 #3268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
SummarySummary
CoverageNo assemblies have been covered. |
SummarySummary
CoverageNo assemblies have been covered. |
OB Run for this PR Branch - https://identitydivision.visualstudio.com/IDDP/_build/results?buildId=1437032&view=results |
SummarySummary
CoverageNo assemblies have been covered. |
was a build failing because of this? trying to understand the prioritization. thanks |
builds aren't failing, but the benchmark action post merge to main has been failing to run for a while. |
SummarySummary
CoverageNo assemblies have been covered. |
SummarySummary
CoverageNo assemblies have been covered. |
SummarySummary
CoverageNo assemblies have been covered. |
SummarySummary
CoverageNo assemblies have been covered. |
SummarySummary
CoverageNo assemblies have been covered. |
SummarySummary
CoverageNo assemblies have been covered. |
SummarySummary
CoverageNo assemblies have been covered. |
SummarySummary
CoverageNo assemblies have been covered. |
SummarySummary
CoverageNo assemblies have been covered. |
Update benchmark-action.yml to use net 9
Description
This pull request includes updates to the
.github/workflows/benchmark-action.yml
file to ensure compatibility with the latest .NET version.dotnet-version
from '8.x' to '9.x' in theactions/setup-dotnet
step to use the latest .NET version.dotnet run
command to targetnet9.0
instead ofnet8.0
in theRun benchmark
step.Fixes #3270