AzureAD / azure-activedirectory-identitymodel-extensions-for-dotnet

IdentityModel extensions for .Net
MIT License
1.06k stars 401 forks source link

[CI] Dotnet tools shouldn't use unconstrained version #3001

Closed keegan-caruso closed 2 weeks ago

keegan-caruso commented 2 weeks ago

Is your feature request related to a problem? Please describe.

dotnet-reportgenerator-globaltool is installed in CI to generate a report. But it is installed without a constraint on version. This can lead to build instability.

Installing the dotnet tool in ci should either use dotnet-tools.json or specify a version in the dotnet tool install command.