If you were looking to define custom scripts that should run during build or post-build events, where would you specify this in the project.json file?
- scripts section
- buildOptions section
- tools section
- dependencies section
In the project.json file, you would specify custom scripts that should run during build or post-build events in the "scripts" section. This section allowed developers to define pre-build, post-build, and other custom scripts for various project tasks.
Loading...
Related Quiz
- How does ASP.NET Core Identity store user data by default?
- What is the primary purpose of Razor Layout Views in ASP.NET Core?
- When configuring ASP.NET Core Identity, the _________ class is used to specify policies like password strength and lockout duration.
- ASP.NET Core Identity is an extensible system for _________.
- Which folder in an ASP.NET Core project is specifically used for unit testing purposes?