chore: conditional razor runtime compilation
All checks were successful
continuous-integration/drone/push Build is passing

* enabled in dev mode
This commit is contained in:
surtur 2020-12-27 16:22:27 +01:00
parent dfeb6156e9
commit f0535f7797
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -5,7 +5,8 @@
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
}
}
}