microsoftgraph / msgraph-sdk-dotnet-auth

Archived - use the TokenCredential classes provided by Azure.Identity. https://docs.microsoft.com/en-us/dotnet/api/overview/azure/identity-readme
https://graph.microsoft.com
MIT License
78 stars 19 forks source link

ADO Pipeline Failures #74

Closed peombwa closed 4 years ago

peombwa commented 4 years ago

Our ADO Pipelines are failing because the MS hosted agents no longer come with .NET Core 2.2 and 3.0 SDK - https://github.com/actions/virtual-environments/blob/master/images/win/Windows2019-Readme.md. .NET Core 2.2 and 3.0 SDK/runtime are now in End of Line(EOL), and we should update our unit tests to the latest runtime.