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)]?)
Description
When you run
dotnet new
in Windows with one of the templates, and confirm to execute theregister-with-auth0.cmd
script, you get this error message after the registration data are displayed on the screen: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)]?
)