auth0 / auth0-dotnet-templates

Auth0 Templates for .NET
Apache License 2.0
46 stars 7 forks source link

Auto-registration in Windows shows a false failure messages #34

Open andychiare opened 5 months ago

andychiare commented 5 months ago

Description

When you run dotnet new in Windows with one of the templates, and confirm to execute the register-with-auth0.cmd script, you get this error message after the registration data are displayed on the screen:

Unable to find the batch file.
Command failed.

The action could not be published.
Manual instructions: Run './register-with-auth0.cmd'
Actual command: register-with-auth0.cmd

Actually, everything worked fine: the app was created from the template and registered with Auth0.

Reproduction

Just create a new project from any of the templates using "dotnet new" and accept the automatic registration (Do you want to run this action [Y(yes)|N(no)]?)