更新配置:BootstrapAdmin工程增加更改Views配置DOTNET_USE_POLLING_FILE_WATCHER=true

This commit is contained in:
Argo Zhang 2018-07-19 17:12:56 +08:00
parent 6cb3d39f78
commit 6648327666
1 changed files with 27 additions and 26 deletions

View File

@ -12,6 +12,7 @@
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"DOTNET_USE_POLLING_FILE_WATCHER": "true",
"ASPNETCORE_ENVIRONMENT": "Development"
}
},