auth0 / auth0-oidc-client-net

OIDC Client for .NET Desktop and Mobile applications
https://auth0.github.io/auth0-oidc-client-net/
Apache License 2.0
86 stars 49 forks source link

ci:Use 'dotnet test' instead of vstest-action as workaround #334

Closed kailash-b closed 2 months ago

kailash-b commented 2 months ago

Changes

Changes to use dotnet test instead of vs-test action as a workaround to avoid build failure. Open github issue on vs-test action build failure

Checklist