Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure certificate directory exists before creating it (#650)
### Summary & Motivation When running on Windows, the `dotnet dev-certs` command fails to create the SSL certificate when the `.aspnet/dev-certs/https/` folder doesn't exist. This change ensures the full path is created before executing the `dotnet dev-certs`. ### Checklist - [x] I have added a Label to the pull-request - [x] I have added tests, and done manual regression tests - [x] I have updated the documentation, if necessary
- Loading branch information