-
Notifications
You must be signed in to change notification settings - Fork 435
Add global.json file #3153
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
Add global.json file #3153
Conversation
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
We also need to update the build definition for the old Wilson PR as @keegan-caruso mentioned offline. Let's do that, kick off a build, and link it under this comment when it passes. |
Okay got it, I updated the build definition. Here is the build: https://identitydivision.visualstudio.com/IDDP/_build/results?buildId=1440389&view=results I will update here if it passes |
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
![]() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Created global.json
Summary of the changes
Created a global.json file.
Updated yml files for Azure Pipelines and Github workflows
Description
Created a global.json file with the following content:
Updated yml files for Azure Pipelines:
Updated for Github workflows below to use .NET sdk in global.json
3. .github/workflows/aot-check.yml
4. .github/workflows/dotnetcore.yml
5. .github/workflows/codeql-analysis.yml
To test: I created the file + ran all the tests -> which passed.
Fixes #2995